Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-12-07 14:16:02 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-12-07 14:16:02 +0300
commitdc940846d7d327e788e678faab3be1dda373a75c (patch)
tree974687c3ebcce88d3c01057566b3b16bd1913ed4 /shaders-hlsl-no-opt
parent6d10da0224bd3214c9a507832e62d9fb6ae9620d (diff)
GLSL/HLSL: Disallow VariablePointers capability outright.fix-1559
Cannot be supported, error out early.
Diffstat (limited to 'shaders-hlsl-no-opt')
-rw-r--r--shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.nofxc.asm.comp (renamed from shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.invalid.nofxc.asm.comp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.invalid.nofxc.asm.comp b/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.nofxc.asm.comp
index edb1a05e..db9a8490 100644
--- a/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.invalid.nofxc.asm.comp
+++ b/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.nofxc.asm.comp
@@ -4,9 +4,9 @@
; Bound: 31
; Schema: 0
OpCapability Shader
- OpCapability VariablePointers
+ ;OpCapability VariablePointers
OpExtension "SPV_KHR_storage_buffer_storage_class"
- OpExtension "SPV_KHR_variable_pointers"
+ ;OpExtension "SPV_KHR_variable_pointers"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %22 "main" %gl_WorkGroupID
OpSource OpenCL_C 120