Skip to content

shaders: switch to textureLod() properly

Niklas Haas requested to merge haasn/libplacebo:texturelod into master

Instead of half-assing it with a #define, which prevents the use of mipmapped textures (e.g. in externally imported samplers and custom shaders).

Needed for #276 (closed)

Merge request reports