First Commit
This commit is contained in:
16
externals/glslang/Test/spv.intrinsicsSpirvDecorateId.comp
vendored
Normal file
16
externals/glslang/Test/spv.intrinsicsSpirvDecorateId.comp
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#version 460 core
|
||||
#extension GL_EXT_spirv_intrinsics: enable
|
||||
|
||||
layout(local_size_x = 1) in;
|
||||
|
||||
layout(binding = 1) uniform CounterBuffer {
|
||||
uint counter;
|
||||
} x;
|
||||
|
||||
layout(binding = 0) spirv_decorate_id(extensions = ["SPV_GOOGLE_hlsl_functionality1"], 5634, x) uniform Uniform {
|
||||
uint y;
|
||||
};
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user