protot/3rdparty/bgfx/3rdparty/glslang/Test/410.vert

10 lines
76 B
GLSL

#version 410 core
in double d;
in dvec3 d3;
in dmat4 dm4;
void main()
{
}