Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUDepthStencilState
Packages that use SDL_GPUDepthStencilState
-
Uses of SDL_GPUDepthStencilState in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUDepthStencilStateModifier 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_GPUDepthStencilStateModifier and TypeMethodDescriptionstatic SDL_GPUDepthStencilState
@NotNull SDL_GPUDepthStencilState
SDL_GPUDepthStencilState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_GPUDepthStencilState.back_stencil_state
(@NotNull SDL_GPUStencilOpState value) SDL_GPUDepthStencilState.back_stencil_state
(Consumer<@NotNull SDL_GPUStencilOpState> consumer) static SDL_GPUDepthStencilState
SDL_GPUDepthStencilState.clone
(Arena arena, SDL_GPUDepthStencilState src) SDL_GPUDepthStencilState.compare_mask
(byte value) SDL_GPUDepthStencilState.compare_op
(int value) @NotNull SDL_GPUDepthStencilState
SDL_GPUGraphicsPipelineCreateInfo.depth_stencil_state()
SDL_GPUDepthStencilState.enable_depth_test
(boolean value) SDL_GPUDepthStencilState.enable_depth_write
(boolean value) SDL_GPUDepthStencilState.enable_stencil_test
(boolean value) SDL_GPUDepthStencilState.front_stencil_state
(@NotNull SDL_GPUStencilOpState value) SDL_GPUDepthStencilState.front_stencil_state
(Consumer<@NotNull SDL_GPUStencilOpState> consumer) SDL_GPUDepthStencilState.padding1
(byte value) SDL_GPUDepthStencilState.padding2
(byte value) SDL_GPUDepthStencilState.padding3
(byte value) SDL_GPUDepthStencilState.Ptr.toArray()
SDL_GPUDepthStencilState.write_mask
(byte value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUDepthStencilStateModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUDepthStencilState> SDL_GPUDepthStencilState.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUDepthStencilStateModifier and TypeMethodDescriptionstatic SDL_GPUDepthStencilState
SDL_GPUDepthStencilState.clone
(Arena arena, SDL_GPUDepthStencilState src) SDL_GPUGraphicsPipelineCreateInfo.depth_stencil_state
(@NotNull SDL_GPUDepthStencilState value) void
SDL_GPUDepthStencilState.Ptr.write
(long index, @NotNull SDL_GPUDepthStencilState value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GPUDepthStencilStateModifier and TypeMethodDescriptionSDL_GPUGraphicsPipelineCreateInfo.depth_stencil_state
(Consumer<@NotNull SDL_GPUDepthStencilState> consumer)