(WIP) Added stuff for compiling HLSL to DXIL.

This commit is contained in:
2024-10-09 09:39:30 +02:00
parent e9ddad2dfb
commit 7a313bf524
7 changed files with 135 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
config = {
'PROJECT_NAME': 'sdl_gpu_test',
'TOOLS': ['glslang']
'TOOLS': ['glslang', 'dxc']
}
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
env.Append(CPPPATH = [Dir('private'), Dir('public')])