Skip to content

Remove unnecessary calls to glActiveTexture

Created by: acrisci

Since wlroots shaders only use one texture at a time (ie there is only one sampler2D variable in any shader), it is unnecessary to switch between active texture units at this time.

Merge request reports