Skip to content

gpu: Remove unnecessary optimization

Benjamin Otte requested to merge wip/otte/for-main into main

Every branch in the switch is so optimized that it does this check early anyway, so there's no need to have it as an extra step.

Merge request reports