Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUStencilOpState
Packages that use SDL_GPUStencilOpState
-
Uses of SDL_GPUStencilOpState in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUStencilOpStateModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUStencilOpStateModifier and TypeMethodDescriptionstatic SDL_GPUStencilOpState@NotNull SDL_GPUStencilOpStateSDL_GPUStencilOpState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull SDL_GPUStencilOpStateSDL_GPUDepthStencilState.back_stencil_state()static SDL_GPUStencilOpStateSDL_GPUStencilOpState.clone(Arena arena, SDL_GPUStencilOpState src) SDL_GPUStencilOpState.compare_op(int value) SDL_GPUStencilOpState.depth_fail_op(int value) SDL_GPUStencilOpState.fail_op(int value) @NotNull SDL_GPUStencilOpStateSDL_GPUDepthStencilState.front_stencil_state()SDL_GPUStencilOpState.pass_op(int value) SDL_GPUStencilOpState.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUStencilOpStateModifier and TypeMethodDescription@NotNull Iterator<SDL_GPUStencilOpState> SDL_GPUStencilOpState.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUStencilOpStateModifier and TypeMethodDescriptionSDL_GPUDepthStencilState.back_stencil_state(@NotNull SDL_GPUStencilOpState value) static SDL_GPUStencilOpStateSDL_GPUStencilOpState.clone(Arena arena, SDL_GPUStencilOpState src) SDL_GPUDepthStencilState.front_stencil_state(@NotNull SDL_GPUStencilOpState value) voidSDL_GPUStencilOpState.Ptr.write(long index, @NotNull SDL_GPUStencilOpState value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GPUStencilOpStateModifier and TypeMethodDescriptionSDL_GPUDepthStencilState.back_stencil_state(Consumer<@NotNull SDL_GPUStencilOpState> consumer) SDL_GPUDepthStencilState.front_stencil_state(Consumer<@NotNull SDL_GPUStencilOpState> consumer)