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