We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5780898 commit b37acf6Copy full SHA for b37acf6
1 file changed
Assets/ScriptableRenderPipeline/Core/Shadow/Resources/DebugDisplayShadowMap.shader
@@ -27,7 +27,7 @@ Shader "Hidden/ScriptableRenderPipeline/DebugDisplayShadowMap"
27
{
28
Varyings output;
29
output.positionCS = GetFullScreenTriangleVertexPosition(input.vertexID);
30
- output.texcoord = GetFullScreenTriangleTexcoord(input.vertexID) * _TextureScaleBias.xy + _TextureScaleBias.zw;
+ output.texcoord = GetFullScreenTriangleTexCoord(input.vertexID) * _TextureScaleBias.xy + _TextureScaleBias.zw;
31
32
return output;
33
}
0 commit comments