Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUVertexInputState
Packages that use SDL_GPUVertexInputState
-
Uses of SDL_GPUVertexInputState in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUVertexInputStateModifier 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_GPUVertexInputStateModifier and TypeMethodDescriptionstatic SDL_GPUVertexInputState
@NotNull SDL_GPUVertexInputState
SDL_GPUVertexInputState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_GPUVertexInputState
SDL_GPUVertexInputState.clone
(Arena arena, SDL_GPUVertexInputState src) SDL_GPUVertexInputState.num_vertex_attributes
(int value) SDL_GPUVertexInputState.num_vertex_buffers
(int value) SDL_GPUVertexInputState.Ptr.toArray()
SDL_GPUVertexInputState.vertex_attributes
(@Nullable ISDL_GPUVertexAttribute value) SDL_GPUVertexInputState.vertex_buffer_descriptions
(@Nullable ISDL_GPUVertexBufferDescription value) @NotNull SDL_GPUVertexInputState
SDL_GPUGraphicsPipelineCreateInfo.vertex_input_state()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUVertexInputStateModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUVertexInputState> SDL_GPUVertexInputState.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUVertexInputStateModifier and TypeMethodDescriptionstatic SDL_GPUVertexInputState
SDL_GPUVertexInputState.clone
(Arena arena, SDL_GPUVertexInputState src) SDL_GPUGraphicsPipelineCreateInfo.vertex_input_state
(@NotNull SDL_GPUVertexInputState value) void
SDL_GPUVertexInputState.Ptr.write
(long index, @NotNull SDL_GPUVertexInputState value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GPUVertexInputStateModifier and TypeMethodDescriptionSDL_GPUGraphicsPipelineCreateInfo.vertex_input_state
(Consumer<@NotNull SDL_GPUVertexInputState> consumer)