power_play/src/gpu/gpu.lay
2025-12-09 19:02:27 -06:00

31 lines
451 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_BootstrapCommon
//////////////////////////////
//- Impl
@IncludeC gpu_common.c
@DefaultDownstream Win32 gpu_dx12