Skip to content
Commit f5f565e3 authored by Rémi Verschelde's avatar Rémi Verschelde
Browse files

GLES2: Ensure extension checks for texture2DLod

In canvas.glsl and scene.glsl, we were using texel2DFetch from stdlib.glsl,
which uses texture2DLod. In both cases, the stdlib.glsl include came before
the define of texture2DLod.

Might fix issues for drivers that don't support GL_EXT_shader_texture_lod.
parent 292c037f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment