mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-30 22:51:06 +00:00
10 lines
76 B
GLSL
10 lines
76 B
GLSL
|
#version 410 core
|
||
|
|
||
|
in double d;
|
||
|
in dvec3 d3;
|
||
|
in dmat4 dm4;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|