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 TypeMethodDescriptionvoidSDL3.copyGPUBufferToBuffer(@Nullable SDL_GPUCopyPass copy_pass, @Nullable ISDL_GPUBufferLocation source, @Nullable ISDL_GPUBufferLocation destination, int size, boolean cycle) Performs a buffer-to-buffer copy.voidSDL3.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.voidSDL3.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.voidSDL3.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.endGPUCopyPass(@Nullable SDL_GPUCopyPass copy_pass) Ends the current copy pass.voidSDL3.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.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 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 recordRepresents a pointer toSDL_GPUCopyPasshandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUCopyPassModifier and TypeMethodDescription@Nullable SDL_GPUCopyPassSDL_GPUCopyPass.Ptr.read()@Nullable SDL_GPUCopyPassSDL_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.PtrSDL_GPUCopyPass.Ptr.allocate(Arena arena, @Nullable SDL_GPUCopyPass[] values) static SDL_GPUCopyPass.PtrSDL_GPUCopyPass.Ptr.allocateV(Arena arena, @Nullable SDL_GPUCopyPass value0, @Nullable SDL_GPUCopyPass... values) voidSDL_GPUCopyPass.Ptr.write(long index, @Nullable SDL_GPUCopyPass value) voidSDL_GPUCopyPass.Ptr.write(@Nullable SDL_GPUCopyPass value) voidSDL_GPUCopyPass.Ptr.write(@Nullable SDL_GPUCopyPass[] values) voidSDL_GPUCopyPass.Ptr.writeV(@Nullable SDL_GPUCopyPass value0, @Nullable SDL_GPUCopyPass... values)