Vulkan: Don't Use Tiled Drawing #107728

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan-draw-pixels into main 2023-05-09 14:12:51 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 3d121301aa Vulkan: Don't Use Tiled Drawing
buildbot/vexp-code-patch-coordinator Build done. Details
Similare to the Metal backend, Vulkan keeps data of the full texture
around as they will be executed by the same submission. So there are
no benefits to splice a texture into smaller parts, but adds overhead
as more commands are required to be processed.
2023-05-08 10:59:49 +02:00