mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-21 14:49:28 -06:00
samples: Remove unused fragment shader input from Fireflies shader
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user