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 TypeMethodDescriptionvoidSDL3.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.voidSDL3.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 recordA structure specifying parameters related to transferring data to or from a texture.static final recordRepresents a pointer to / an array of null structure(s) in native memory.