Skip to content

shaders: switch to textureSize()

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

Instead of accounting for the texture size manually in sh_bind/setup_src.

We (unfortunately) still need to compute the pt manually to account for rectangle samplers.

Closes: #266 (closed)

Merge request reports