osu-framework icon indicating copy to clipboard operation
osu-framework copied to clipboard

Texture mipmap generation doesn't work correctly on Vulkan

Open frenzibyte opened this issue 3 years ago • 0 comments

Since #5508 was merged, mipmap generation has regressed on Vulkan, and the likely culprit for breaking it here is the hacky use of CopyTexture on the rendering command list, as noted by the validation layer:

image

I'm not sure whether this can be salvaged as-is, but we should consider moving all of the mipmap generation logic to execute on a separate command list.

frenzibyte avatar Apr 18 '23 02:04 frenzibyte