mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
8 lines
135 B
GLSL
8 lines
135 B
GLSL
|
#version 450
|
||
|
|
||
|
layout(location=0, component=0) flat in uint u;
|
||
|
layout(location=0, component=1) flat in int i;
|
||
|
|
||
|
void main() {
|
||
|
}
|