Skip to content

GPU: GPUBuffer <-> GPUTexture copies? #16248

Description

@rabbit-ecl

The wiki page for SDL_CopyGPUTextureToTexture has this remark:

This function does not support copying between depth and color textures. For those, copy the texture to a buffer and then to the destination texture.

But these copies don't seem to exist in the API? There are CPU <-> GPU copies via GPUTransferBuffers, but no GPU <-> GPU equivalents for GPUBuffers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions