Added HLSL shader for descriptor indexing sample
This commit is contained in:
parent
a86bdc2c44
commit
ad447e10c4
7 changed files with 54 additions and 0 deletions
|
|
@ -64,5 +64,6 @@ for root, dirs, files in os.walk(dir_path):
|
|||
'-fspv-extension=SPV_NV_ray_tracing',
|
||||
'-fspv-extension=SPV_KHR_multiview',
|
||||
'-fspv-extension=SPV_KHR_shader_draw_parameters',
|
||||
'-fspv-extension=SPV_EXT_descriptor_indexing',
|
||||
hlsl_file,
|
||||
'-Fo', spv_out])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue