• Portfolio
  • Blog
  • About
CrossShader PlaygroundLast Updated 1/28/2024 / 1 year ago
Compiled in 0 ms

#version 450
layout (location = 0) in vec3 inPos;
void main()
{
    gl_Position = vec4(inPos, 1.0);
}
// Interact with other side to transpile...