-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Labels
area: apiIssues related to API surfaceIssues related to API surfacehelp requiredWe need community help to make this happen.We need community help to make this happen.type: enhancementNew feature or requestNew feature or request

Description
Is there a way currently (or planned in the future) to perform texture component swizzling?
I'm referring to something like:
https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkComponentMapping.html
This will be useful for textures with only alpha channels (and similar use cases).
Seems like otherwise we have to use TextureFormat::R* variants and swizzle them to alpha channel in every shader, which does not seem ideal.
stefandevai and mrgaturus
Metadata
Metadata
Assignees
Labels
area: apiIssues related to API surfaceIssues related to API surfacehelp requiredWe need community help to make this happen.We need community help to make this happen.type: enhancementNew feature or requestNew feature or request