22 lines
278 B
Plaintext
22 lines
278 B
Plaintext
@Layer gpu
|
|
|
|
//- Dependencies
|
|
@Dep platform
|
|
|
|
//- Api
|
|
@IncludeC gpu_core.h
|
|
@IncludeC gpu_common.h
|
|
|
|
//- Impl
|
|
@IncludeC gpu_common.c
|
|
|
|
//- Dx12 impl
|
|
@DefaultWindowsImpl gpu_dx12
|
|
|
|
//- Embeds
|
|
@EmbedDir GPU_Resources gpu_res
|
|
|
|
//- Startup
|
|
@Startup GPU_Startup
|
|
@Startup GPU_StartupCommon
|