Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUBufferRegion
Packages that use ISDL_GPUBufferRegion
-
Uses of ISDL_GPUBufferRegion in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUBufferRegionModifier 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_GPUBufferRegion in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUBufferRegionModifier and TypeClassDescriptionfinal record
A structure specifying a region of a buffer.static final record
Represents a pointer to / an array of null structure(s) in native memory.