Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

shadowmap.vert Example File

shadow-map-qml/shaders/es3/shadowmap.vert
#version 300 es

in vec3 vertexPosition;

uniform mat4 mvp;

void main()
{
    gl_Position = mvp * vec4(vertexPosition, 1.0);
}
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded