Open
Description
It would be very useful to be able to specify the buffer row extent (and the buffer image height, in the 3D case) when calling the decoding API, so that the decoder can handle non tightly-packed data.
This could happen in a variety of scenarios (for example, if we're trying to decode just a portion of a larger image), and would essentially mirror the Vulkan API (https://registry.khronos.org/vulkan/specs/latest/man/html/VkBufferImageCopy.html)
In the default case when buffer row extent and buffer image height are 0, the buffer can be assumed to be tightly packed.
Metadata
Metadata
Assignees
Labels
No labels