We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936e19d commit b33ae3eCopy full SHA for b33ae3e
1 file changed
Assets/Scripts/Docs/Graphics/Graphics_Blit.cs
@@ -26,7 +26,7 @@ void OnPostRender()
26
{
27
// Copies source texture into destination render texture with a shader
28
// Destination RenderTexture is null to blit directly to screen
29
- Graphics.Blit(displayTexture, null, mat);
+ Graphics.Blit(displayTexture, null as RenderTexture, mat);
30
}
31
32
0 commit comments