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() {
|
|
}
|