31 lines
450 B
Plaintext
31 lines
450 B
Plaintext
@Layer gpu
|
|
|
|
//////////////////////////////
|
|
//- Dependencies
|
|
|
|
@Dep platform
|
|
|
|
//////////////////////////////
|
|
//- Resources
|
|
|
|
@EmbedDir G_Resources gpu_res
|
|
|
|
//////////////////////////////
|
|
//- Api
|
|
|
|
@IncludeC gpu_shader_core.cgh
|
|
@IncludeC gpu_core.h
|
|
@IncludeC gpu_common.h
|
|
|
|
@IncludeG gpu_shader_core.cgh
|
|
|
|
@Bootstrap G_Bootstrap
|
|
@Bootstrap G_BootstrapExtra
|
|
|
|
//////////////////////////////
|
|
//- Impl
|
|
|
|
@IncludeC gpu_common.c
|
|
|
|
@DefaultDownstream Win32 gpu_dx12
|