mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Squashed 'deps/SPIRV-Cross/' changes from d4b0625cbd..33c5cd9b19
33c5cd9b19 Merge pull request #427 from aliaspider/master 5fc48b61fa add `matrix` to the list of illegal names. git-subtree-dir: deps/SPIRV-Cross git-subtree-split: 33c5cd9b19295f94702c8c3002283fb4b55f47ab
This commit is contained in:
parent
501fd33b68
commit
f880cb2d48
@ -1635,7 +1635,7 @@ void CompilerGLSL::replace_illegal_names()
|
||||
"image3D", "imageBuffer", "imageCube", "imageCubeArray", "in", "inline", "inout", "input", "int", "interface", "invariant",
|
||||
"isampler1D", "isampler1DArray", "isampler2D", "isampler2DArray", "isampler2DMS", "isampler2DMSArray", "isampler2DRect",
|
||||
"isampler3D", "isamplerBuffer", "isamplerCube", "isamplerCubeArray", "ivec2", "ivec3", "ivec4", "layout", "line", "linear", "long", "lowp",
|
||||
"mat2", "mat2x2", "mat2x3", "mat2x4", "mat3", "mat3x2", "mat3x3", "mat3x4", "mat4", "mat4x2", "mat4x3", "mat4x4", "mediump",
|
||||
"mat2", "mat2x2", "mat2x3", "mat2x4", "mat3", "mat3x2", "mat3x3", "mat3x4", "mat4", "mat4x2", "mat4x3", "mat4x4", "matrix", "mediump",
|
||||
"namespace", "noinline", "noperspective", "out", "output", "packed", "partition", "patch", "point", "precision", "public", "readonly",
|
||||
"resource", "restrict", "return", "row_major", "sample", "sampler", "sampler1D", "sampler1DArray", "sampler1DArrayShadow",
|
||||
"sampler1DShadow", "sampler2D", "sampler2DArray", "sampler2DArrayShadow", "sampler2DMS", "sampler2DMSArray",
|
||||
|
Loading…
x
Reference in New Issue
Block a user