Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPURasterizerState
Packages that use SDL_GPURasterizerState
-
Uses of SDL_GPURasterizerState in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPURasterizerStateModifier 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_GPURasterizerStateModifier and TypeMethodDescriptionstatic SDL_GPURasterizerState
@NotNull SDL_GPURasterizerState
SDL_GPURasterizerState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_GPURasterizerState
SDL_GPURasterizerState.clone
(Arena arena, SDL_GPURasterizerState src) SDL_GPURasterizerState.cull_mode
(int value) SDL_GPURasterizerState.depth_bias_clamp
(float value) SDL_GPURasterizerState.depth_bias_constant_factor
(float value) SDL_GPURasterizerState.depth_bias_slope_factor
(float value) SDL_GPURasterizerState.enable_depth_bias
(boolean value) SDL_GPURasterizerState.enable_depth_clip
(boolean value) SDL_GPURasterizerState.fill_mode
(int value) SDL_GPURasterizerState.front_face
(int value) SDL_GPURasterizerState.padding1
(byte value) SDL_GPURasterizerState.padding2
(byte value) @NotNull SDL_GPURasterizerState
SDL_GPUGraphicsPipelineCreateInfo.rasterizer_state()
SDL_GPURasterizerState.Ptr.toArray()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPURasterizerStateModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPURasterizerState> SDL_GPURasterizerState.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPURasterizerStateModifier and TypeMethodDescriptionstatic SDL_GPURasterizerState
SDL_GPURasterizerState.clone
(Arena arena, SDL_GPURasterizerState src) SDL_GPUGraphicsPipelineCreateInfo.rasterizer_state
(@NotNull SDL_GPURasterizerState value) void
SDL_GPURasterizerState.Ptr.write
(long index, @NotNull SDL_GPURasterizerState value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GPURasterizerStateModifier and TypeMethodDescriptionSDL_GPUGraphicsPipelineCreateInfo.rasterizer_state
(Consumer<@NotNull SDL_GPURasterizerState> consumer)