fix fragdata typo

master
Lee Salzman 2013-03-04 22:40:49 +02:00
parent 2b7e435027
commit 2de7bccb3f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ shader 0 [fxaa@fxaapreset@fxaaopts] [
#extension GL_ARB_texture_rectangle : enable
@fxaadefs
uniform sampler2DRect tex0;
fragdata(0, fragcolor)
fragdata(0, fragcolor, vec4)
void main(void)
{
vec2 posM = gl_FragCoord.xy;