Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUTransferBufferCreateInfo
Packages that use ISDL_GPUTransferBufferCreateInfo
-
Uses of ISDL_GPUTransferBufferCreateInfo in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUTransferBufferCreateInfoModifier and TypeMethodDescriptionSDL3.createGPUTransferBuffer
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUTransferBufferCreateInfo createinfo) Creates a transfer buffer to be used when uploading to or downloading from graphics resources. -
Uses of ISDL_GPUTransferBufferCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUTransferBufferCreateInfoModifier and TypeClassDescriptionfinal record
A structure specifying the parameters of a transfer buffer.static final record
Represents a pointer to / an array of null structure(s) in native memory.