X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=shaderlib%2Fmsp_interface.glsl;h=3fdd606b1b51f70585fc9fd619133b13e63a46b3;hb=b4fe073653da9e27bf486b1b4366fe44b6138bb4;hp=b0f8a410cfce832dadc737b918f77017b3242d08;hpb=f501ffe2862fd8b4c5793542190e8e0a0d8de667;p=libs%2Fgl.git diff --git a/shaderlib/msp_interface.glsl b/shaderlib/msp_interface.glsl index b0f8a410..3fdd606b 100644 --- a/shaderlib/msp_interface.glsl +++ b/shaderlib/msp_interface.glsl @@ -49,6 +49,3 @@ layout(location=7) in vec4 texcoord1; layout(location=8) in vec4 texcoord2; layout(location=9) in vec4 texcoord3; layout(location=13) in vec4 instance_transform[3]; - -#pragma MSP stage(fragment) -layout(location=0) out vec4 frag_color;