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.PtrWGPUFragmentState.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUFragmentState> consumer) WGPURenderPipelineDescriptor.fragment(int assumedCount) @NotNull WGPUFragmentState.PtrWGPUFragmentState.Ptr.offset(long offset) @NotNull WGPUFragmentState.PtrWGPUFragmentState.Ptr.reinterpret(long newSize) Assume theWGPUFragmentState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUFragmentState.Ptrthat uses the same backing storage as thisWGPUFragmentState.Ptr, but with the new size.WGPUFragmentState.Ptr.slice(long end) @NotNull WGPUFragmentState.PtrWGPUFragmentState.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).