diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2023-02-15 14:32:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 14:32:50 -0500 |
| commit | f13e0802a7266c37592f8a36766fdaeb58d11c3a (patch) | |
| tree | a5e96e2fdf1a1b2c3f51627d0fec1ca6b845a06b /external/spirv-tools-generated/extension_enum.inc | |
| parent | 598e07f580d47c998885c946c0bfacd08bfec6e6 (diff) | |
Upgrade GLSLANG 12.0.0 (#2651)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Update to glslang 12.0.0. Update SPIRV-Tools SPIRV-Headers.
Diffstat (limited to 'external/spirv-tools-generated/extension_enum.inc')
| -rw-r--r-- | external/spirv-tools-generated/extension_enum.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/external/spirv-tools-generated/extension_enum.inc b/external/spirv-tools-generated/extension_enum.inc index 5597f09a6..cc785937c 100644 --- a/external/spirv-tools-generated/extension_enum.inc +++ b/external/spirv-tools-generated/extension_enum.inc @@ -37,6 +37,8 @@ kSPV_INTEL_float_controls2, kSPV_INTEL_fp_fast_math_mode, kSPV_INTEL_fpga_buffer_location, kSPV_INTEL_fpga_cluster_attributes, +kSPV_INTEL_fpga_dsp_control, +kSPV_INTEL_fpga_invocation_pipelining_attributes, kSPV_INTEL_fpga_loop_controls, kSPV_INTEL_fpga_memory_accesses, kSPV_INTEL_fpga_memory_attributes, @@ -50,6 +52,7 @@ kSPV_INTEL_loop_fuse, kSPV_INTEL_media_block_io, kSPV_INTEL_memory_access_aliasing, kSPV_INTEL_optnone, +kSPV_INTEL_runtime_aligned, kSPV_INTEL_shader_integer_functions2, kSPV_INTEL_split_barrier, kSPV_INTEL_subgroups, @@ -99,6 +102,7 @@ kSPV_NV_ray_tracing, kSPV_NV_ray_tracing_motion_blur, kSPV_NV_sample_mask_override_coverage, kSPV_NV_shader_image_footprint, +kSPV_NV_shader_invocation_reorder, kSPV_NV_shader_sm_builtins, kSPV_NV_shader_subgroup_partitioned, kSPV_NV_shading_rate, |
