LybOutlines/shaders/deferred1.vsh

8 lines
141 B
V Shell
Raw Normal View History

2024-06-25 14:45:54 +02:00
#version 130
#define DEFERRED1
void main() {
gl_Position = ftransform();
texCoord = (gl_TextureMatrix[0] * gl_MultiTexCoord0).xy;
}