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

background.vert Example File

wave/shaders/background.vert
#version 150 core

in vec4 vertexPosition;
in vec2 vertexTexCoord;

out vec2 texCoord;

uniform mat4 modelMatrix;

void main()
{
    texCoord = vertexTexCoord;
    gl_Position = modelMatrix * vertexPosition;
}
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded