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