Skip to content
Snippets Groups Projects
410.vert 76 B
#version 410 core

in double d;
in dvec3 d3;
in dmat4 dm4;

void main()
{
}