Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUCopyPass
Packages that use SDL_GPUCopyPass
-
Uses of SDL_GPUCopyPass in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_GPUCopyPassModifier and TypeMethodDescriptionSDL3.beginGPUCopyPass
(@Nullable SDL_GPUCommandBuffer command_buffer) Begins a copy pass on a command buffer.Methods in club.doki7.sdl3 with parameters of type SDL_GPUCopyPassModifier and TypeMethodDescriptionvoid
SDL3.copyGPUBufferToBuffer
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.void
SDL3.copyGPUTextureToTexture
(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUTextureLocation source, @Nullable ISDL_GPUTextureLocation destination, int w, int h, int d, boolean cycle) Performs a texture-to-texture copy.void
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.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.endGPUCopyPass
(@Nullable SDL_GPUCopyPass copy_pass) Ends the current copy pass.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.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 SDL_GPUCopyPass in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_GPUCopyPassModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_GPUCopyPass
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUCopyPassModifier and TypeMethodDescription@Nullable SDL_GPUCopyPass
SDL_GPUCopyPass.Ptr.read()
@Nullable SDL_GPUCopyPass
SDL_GPUCopyPass.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_GPUCopyPassModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUCopyPass> SDL_GPUCopyPass.Ptr.iterator()
Methods in club.doki7.sdl3.handle with parameters of type SDL_GPUCopyPassModifier and TypeMethodDescriptionstatic SDL_GPUCopyPass.Ptr
SDL_GPUCopyPass.Ptr.allocate
(Arena arena, @Nullable SDL_GPUCopyPass[] values) static SDL_GPUCopyPass.Ptr
SDL_GPUCopyPass.Ptr.allocateV
(Arena arena, @Nullable SDL_GPUCopyPass value0, @Nullable SDL_GPUCopyPass... values) void
SDL_GPUCopyPass.Ptr.write
(long index, @Nullable SDL_GPUCopyPass value) void
SDL_GPUCopyPass.Ptr.write
(@Nullable SDL_GPUCopyPass value) void
SDL_GPUCopyPass.Ptr.write
(@Nullable SDL_GPUCopyPass[] values) void
SDL_GPUCopyPass.Ptr.writeV
(@Nullable SDL_GPUCopyPass value0, @Nullable SDL_GPUCopyPass... values)