Uses of Record Class
club.doki7.webgpu.datatype.WGPUDepthStencilState.Ptr
Packages that use WGPUDepthStencilState.Ptr
-
Uses of WGPUDepthStencilState.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUDepthStencilState.PtrModifier and TypeMethodDescriptionstatic WGPUDepthStencilState.Ptr
WGPUDepthStencilState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUDepthStencilState> consumer) WGPURenderPipelineDescriptor.depthStencil
(int assumedCount) @NotNull WGPUDepthStencilState.Ptr
WGPUDepthStencilState.Ptr.offset
(long offset) @NotNull WGPUDepthStencilState.Ptr
WGPUDepthStencilState.Ptr.reinterpret
(long newSize) Assume theWGPUDepthStencilState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDepthStencilState.Ptr
that uses the same backing storage as thisWGPUDepthStencilState.Ptr
, but with the new size.WGPUDepthStencilState.Ptr.slice
(long end) @NotNull WGPUDepthStencilState.Ptr
WGPUDepthStencilState.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).