Uses of Record Class
club.doki7.webgpu.datatype.WGPUFragmentState.Ptr
Packages that use WGPUFragmentState.Ptr
-
Uses of WGPUFragmentState.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUFragmentState.PtrModifier and TypeMethodDescriptionstatic WGPUFragmentState.Ptr
WGPUFragmentState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUFragmentState> consumer) WGPURenderPipelineDescriptor.fragment
(int assumedCount) @NotNull WGPUFragmentState.Ptr
WGPUFragmentState.Ptr.offset
(long offset) @NotNull WGPUFragmentState.Ptr
WGPUFragmentState.Ptr.reinterpret
(long newSize) Assume theWGPUFragmentState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUFragmentState.Ptr
that uses the same backing storage as thisWGPUFragmentState.Ptr
, but with the new size.WGPUFragmentState.Ptr.slice
(long end) @NotNull WGPUFragmentState.Ptr
WGPUFragmentState.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).