Skip to content

Provide an option to specify the buffer row extent when decoding #533

Open
@gregschlom

Description

@gregschlom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions