Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUDepthStencilTargetInfo
Packages that use SDL_GPUDepthStencilTargetInfo
-
Uses of SDL_GPUDepthStencilTargetInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUDepthStencilTargetInfoModifier 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_GPUDepthStencilTargetInfoModifier and TypeMethodDescription@NotNull SDL_GPUDepthStencilTargetInfoSDL_GPUDepthStencilTargetInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_GPUDepthStencilTargetInfo.clear_depth(float value) SDL_GPUDepthStencilTargetInfo.clear_stencil(byte value) SDL_GPUDepthStencilTargetInfo.clone(Arena arena, SDL_GPUDepthStencilTargetInfo src) SDL_GPUDepthStencilTargetInfo.cycle(boolean value) SDL_GPUDepthStencilTargetInfo.load_op(int value) SDL_GPUDepthStencilTargetInfo.padding1(byte value) SDL_GPUDepthStencilTargetInfo.padding2(byte value) SDL_GPUDepthStencilTargetInfo.stencil_load_op(int value) SDL_GPUDepthStencilTargetInfo.stencil_store_op(int value) SDL_GPUDepthStencilTargetInfo.store_op(int value) SDL_GPUDepthStencilTargetInfo.texture(@Nullable SDL_GPUTexture value) SDL_GPUDepthStencilTargetInfo.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUDepthStencilTargetInfoModifier and TypeMethodDescription@NotNull Iterator<SDL_GPUDepthStencilTargetInfo> SDL_GPUDepthStencilTargetInfo.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUDepthStencilTargetInfoModifier and TypeMethodDescriptionSDL_GPUDepthStencilTargetInfo.clone(Arena arena, SDL_GPUDepthStencilTargetInfo src) voidSDL_GPUDepthStencilTargetInfo.Ptr.write(long index, @NotNull SDL_GPUDepthStencilTargetInfo value)