mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-15 06:10:05 +00:00
5 lines
230 B
GLSL
5 lines
230 B
GLSL
|
#version 450
|
||
|
|
||
|
layout(constant_id = 17) const int arraySize = 12; // ERROR
|
||
|
layout(input_attachment_index = 1) int foo; // ERROR
|
||
|
layout(push_constant) uniform ubn { int a; } ubi; // ERROR
|