Closed GuythatUhmCreatesRandomStuff closed 2 months ago
While trying to use Vertex shaders, a came upon that gl_Position doesnt exist. Many problems with this associate with compiling the vertex shader as a fragment shader. Is this the case here?
Yes, this app is all about the fragment shader currently. Editing the vertex shader isn't supported yet.
While trying to use Vertex shaders, a came upon that gl_Position doesnt exist. Many problems with this associate with compiling the vertex shader as a fragment shader. Is this the case here?