Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUTextureTransferInfo
Packages that use ISDL_GPUTextureTransferInfo
-
Uses of ISDL_GPUTextureTransferInfo in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUTextureTransferInfoModifier and TypeMethodDescriptionvoid
SDL3.downloadFromGPUTexture
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureRegion source, @Nullable ISDL_GPUTextureTransferInfo destination) Copies data from a texture to a transfer buffer on the GPU timeline.void
SDL3.uploadToGPUTexture
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureTransferInfo source, @Nullable ISDL_GPUTextureRegion destination, boolean cycle) Uploads data from a transfer buffer to a texture. -
Uses of ISDL_GPUTextureTransferInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUTextureTransferInfoModifier and TypeClassDescriptionfinal record
A structure specifying parameters related to transferring data to or from a texture.static final record
Represents a pointer to / an array of null structure(s) in native memory.