vulkan: Fix framebuffer creation with mip levels #36
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "TheSpydog/Refresh:rt-mips"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Before this change, framebuffers were created based on the attachments' full dimensions, instead of the dimensions of the requested mip level. This fixes validation errors in the RenderTextureMipmaps test program.