Skip to content

Draft: gpu: Never create empty images

Matthias Clasen requested to merge wip-vulkan-empty-image-check into main

Creating a Vulkan image with width or height zero is an error, so check every time.

Merge request reports