Skip to content
Snippets Groups Projects
Commit 4e8d946a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix crash from picky adreno driver

parent a811d416
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -27,11 +27,11 @@
float random (vec2 uv)
{
return 0;
return 0.0;
}
float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n, inout vec4 collectedColor, sampler2D source, float glossiness)
{
collectedColor = vec4(0);
return 0;
return 0.0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment