Uses of Record Class
club.doki7.webgpu.datatype.WGPUDepthStencilState
Packages that use WGPUDepthStencilState
-
Uses of WGPUDepthStencilState in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUDepthStencilStateModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUDepthStencilStateModifier and TypeMethodDescriptionstatic WGPUDepthStencilState
@NotNull WGPUDepthStencilState
WGPUDepthStencilState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUDepthStencilState
WGPUDepthStencilState.clone
(Arena arena, WGPUDepthStencilState src) WGPUDepthStencilState.depthBias
(int value) WGPUDepthStencilState.depthBiasClamp
(float value) WGPUDepthStencilState.depthBiasSlopeScale
(float value) WGPUDepthStencilState.depthCompare
(int value) @Nullable WGPUDepthStencilState
WGPURenderPipelineDescriptor.depthStencil()
WGPUDepthStencilState.depthWriteEnabled
(int value) WGPUDepthStencilState.format
(int value) WGPUDepthStencilState.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUDepthStencilState.stencilBack
(@NotNull WGPUStencilFaceState value) WGPUDepthStencilState.stencilBack
(Consumer<@NotNull WGPUStencilFaceState> consumer) WGPUDepthStencilState.stencilFront
(@NotNull WGPUStencilFaceState value) WGPUDepthStencilState.stencilFront
(Consumer<@NotNull WGPUStencilFaceState> consumer) WGPUDepthStencilState.stencilReadMask
(int value) WGPUDepthStencilState.stencilWriteMask
(int value) WGPUDepthStencilState.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUDepthStencilStateModifier and TypeMethodDescription@NotNull Iterator
<WGPUDepthStencilState> WGPUDepthStencilState.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUDepthStencilStateModifier and TypeMethodDescriptionstatic WGPUDepthStencilState
WGPUDepthStencilState.clone
(Arena arena, WGPUDepthStencilState src) void
WGPUDepthStencilState.Ptr.write
(long index, @NotNull WGPUDepthStencilState value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUDepthStencilStateModifier and TypeMethodDescriptionWGPUDepthStencilState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUDepthStencilState> consumer)