Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUIndirectDispatchCommand
Packages that use SDL_GPUIndirectDispatchCommand
-
Uses of SDL_GPUIndirectDispatchCommand in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUIndirectDispatchCommandModifier 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_GPUIndirectDispatchCommandModifier and TypeMethodDescription@NotNull SDL_GPUIndirectDispatchCommand
SDL_GPUIndirectDispatchCommand.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_GPUIndirectDispatchCommand.clone
(Arena arena, SDL_GPUIndirectDispatchCommand src) SDL_GPUIndirectDispatchCommand.groupcount_x
(int value) SDL_GPUIndirectDispatchCommand.groupcount_y
(int value) SDL_GPUIndirectDispatchCommand.groupcount_z
(int value) SDL_GPUIndirectDispatchCommand.Ptr.toArray()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUIndirectDispatchCommandModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUIndirectDispatchCommand> SDL_GPUIndirectDispatchCommand.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUIndirectDispatchCommandModifier and TypeMethodDescriptionSDL_GPUIndirectDispatchCommand.clone
(Arena arena, SDL_GPUIndirectDispatchCommand src) void
SDL_GPUIndirectDispatchCommand.Ptr.write
(long index, @NotNull SDL_GPUIndirectDispatchCommand value)