mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
samples: Remove unused fragment shader input from Fireflies shader
This commit is contained in:
parent
d64944c108
commit
08339d3b80
@ -14,7 +14,6 @@ void vshader(float4 vtx_position : POSITION,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void fshader(float4 l_pos: TEXCOORD0,
|
void fshader(float4 l_pos: TEXCOORD0,
|
||||||
float4 l_scale: TEXCOORD1,
|
|
||||||
uniform sampler2D k_texnormal : TEXUNIT0,
|
uniform sampler2D k_texnormal : TEXUNIT0,
|
||||||
uniform sampler2D k_texalbedo : TEXUNIT1,
|
uniform sampler2D k_texalbedo : TEXUNIT1,
|
||||||
uniform sampler2D k_texdepth : TEXUNIT2,
|
uniform sampler2D k_texdepth : TEXUNIT2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user