-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or requestvulkanIssues with the Vulkan backendIssues with the Vulkan backend
Description
Is your feature request related to a problem? Please describe.
I'd like to be able to run Filament on a VK_KHR_Surface implementation that doesn't expose TRANSFER_DST usage.
Describe the solution you'd like
If copying to a swapchain image is not required, make it truly optional. Blitting could be replaced by sampling from an image and rendering into the swapchain - if this is done within the same render pass, it will likely be faster on mobile GPUs than a follow-up blit anyway.
Describe alternatives you've considered
Require TRANSFER_DST.
OS and backend
This is macOS over Vulkan Portbility.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestvulkanIssues with the Vulkan backendIssues with the Vulkan backend