Skip to content

shaders/sampling: avoid possible namespace collision

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

$id@c can collide with another identifier that has larger $id, add extra _ to avoid collision.

Fixes: https://github.com/haasn/libplacebo/issues/217

Merge request reports