-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area: apiIssues related to API surfaceIssues related to API surfacetype: enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It's often convenient to process the data in shaders as u16
and store it this way. However, reading it in the shader is problematic: currently we have no 16-bit normalized formats, so it has to be bound as integer. But integer textures can't be sampled. So using them is highly restricted today without the normalization.
Describe the solution you'd like
Exposed a set of 16-bit normalized formats gated by a feature.
Describe alternatives you've considered
Additional context
Requested on matrix.
VincentJousse, cwfitzgerald, aloucks and CatCode79MarcAntoine-Arnaud
Metadata
Metadata
Assignees
Labels
area: apiIssues related to API surfaceIssues related to API surfacetype: enhancementNew feature or requestNew feature or request