samples: Remove unused fragment shader input from Fireflies shader

This commit is contained in:
rdb 2020-06-02 20:22:04 +02:00
parent d64944c108
commit 08339d3b80

View File

@ -14,7 +14,6 @@ void vshader(float4 vtx_position : POSITION,
}
void fshader(float4 l_pos: TEXCOORD0,
float4 l_scale: TEXCOORD1,
uniform sampler2D k_texnormal : TEXUNIT0,
uniform sampler2D k_texalbedo : TEXUNIT1,
uniform sampler2D k_texdepth : TEXUNIT2,