vsmVert top-level constant
String
const vsmVert
Implementation
const String vsmVert = /* glsl */ """
void main() {
gl_Position = vec4( position, 1.0 );
}
""";
const String vsmVert = /* glsl */ """
void main() {
gl_Position = vec4( position, 1.0 );
}
""";