Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUTransferBufferLocation
Packages that use SDL_GPUTransferBufferLocation
-
Uses of SDL_GPUTransferBufferLocation in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUTransferBufferLocationModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUTransferBufferLocationModifier and TypeMethodDescription@NotNull SDL_GPUTransferBufferLocation
SDL_GPUTransferBufferLocation.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_GPUTransferBufferLocation.clone
(Arena arena, SDL_GPUTransferBufferLocation src) SDL_GPUTransferBufferLocation.offset
(int value) SDL_GPUTransferBufferLocation.Ptr.toArray()
SDL_GPUTransferBufferLocation.transfer_buffer
(@Nullable SDL_GPUTransferBuffer value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUTransferBufferLocationModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUTransferBufferLocation> SDL_GPUTransferBufferLocation.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUTransferBufferLocationModifier and TypeMethodDescriptionSDL_GPUTransferBufferLocation.clone
(Arena arena, SDL_GPUTransferBufferLocation src) void
SDL_GPUTransferBufferLocation.Ptr.write
(long index, @NotNull SDL_GPUTransferBufferLocation value)