31 lines
441 B
C
31 lines
441 B
C
@Layer gpu
|
|
|
|
//////////////////////////////
|
|
//- Dependencies
|
|
|
|
@Dep platform
|
|
|
|
//////////////////////////////
|
|
//- Resources
|
|
|
|
@EmbedDir G_Resources gpu_res
|
|
|
|
//////////////////////////////
|
|
//- Api
|
|
|
|
@IncludeC gpu_shared.cgh
|
|
@IncludeC gpu_core.h
|
|
@IncludeC gpu_common.h
|
|
|
|
@IncludeG gpu_shared.cgh
|
|
|
|
@Bootstrap G_Bootstrap
|
|
@Bootstrap G_BootstrapCommon
|
|
|
|
//////////////////////////////
|
|
//- Impl
|
|
|
|
@IncludeC gpu_common.c
|
|
|
|
@DefaultDownstream Win32 gpu_dx12
|