Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUIndexedIndirectDrawCommand
Packages that use SDL_GPUIndexedIndirectDrawCommand
-
Uses of SDL_GPUIndexedIndirectDrawCommand in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUIndexedIndirectDrawCommandModifier 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_GPUIndexedIndirectDrawCommandModifier and TypeMethodDescription@NotNull SDL_GPUIndexedIndirectDrawCommand
SDL_GPUIndexedIndirectDrawCommand.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_GPUIndexedIndirectDrawCommand.clone
(Arena arena, SDL_GPUIndexedIndirectDrawCommand src) SDL_GPUIndexedIndirectDrawCommand.first_index
(int value) SDL_GPUIndexedIndirectDrawCommand.first_instance
(int value) SDL_GPUIndexedIndirectDrawCommand.num_indices
(int value) SDL_GPUIndexedIndirectDrawCommand.num_instances
(int value) SDL_GPUIndexedIndirectDrawCommand.Ptr.toArray()
SDL_GPUIndexedIndirectDrawCommand.vertex_offset
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUIndexedIndirectDrawCommandModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUIndexedIndirectDrawCommand> SDL_GPUIndexedIndirectDrawCommand.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUIndexedIndirectDrawCommandModifier and TypeMethodDescriptionSDL_GPUIndexedIndirectDrawCommand.clone
(Arena arena, SDL_GPUIndexedIndirectDrawCommand src) void
SDL_GPUIndexedIndirectDrawCommand.Ptr.write
(long index, @NotNull SDL_GPUIndexedIndirectDrawCommand value)