14 lines
150 B
Plaintext
14 lines
150 B
Plaintext
@Layer gpu
|
|
|
|
//- Dependencies
|
|
@Dep platform
|
|
|
|
//- Api
|
|
@IncludeC gpu.h
|
|
|
|
//- Dx12 impl
|
|
@DefaultWindowsImpl gpu_dx12
|
|
|
|
//- Startup
|
|
@Startup GPU_StartupCore
|