Skip to content
Snippets Groups Projects
Commit 8c1b9d3e authored by David Parks's avatar David Parks
Browse files

Add missing fullbrightAtmosTransportFrag stub.

parent 223d9d14
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,12 @@ vec3 atmosTransport(vec3 light)
return light;
}
vec3 fullbrightAtmosTransportFrag(vec3 light, vec3 additive, vec3 atten)
{
/* stub function for fallback compatibility on class1 hardware */
return light;
}
vec3 fullbrightAtmosTransport(vec3 light)
{
/* stub function for fallback compatibility on class1 hardware */
......
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