Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderBundleDescriptor.Ptr
Packages that use WGPURenderBundleDescriptor.Ptr
-
Uses of WGPURenderBundleDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPURenderBundleDescriptor.PtrModifier and TypeMethodDescriptionWGPURenderBundleDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURenderBundleDescriptor> consumer) @NotNull WGPURenderBundleDescriptor.PtrWGPURenderBundleDescriptor.Ptr.offset(long offset) @NotNull WGPURenderBundleDescriptor.PtrWGPURenderBundleDescriptor.Ptr.reinterpret(long newSize) Assume theWGPURenderBundleDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderBundleDescriptor.Ptrthat uses the same backing storage as thisWGPURenderBundleDescriptor.Ptr, but with the new size.WGPURenderBundleDescriptor.Ptr.slice(long end) @NotNull WGPURenderBundleDescriptor.PtrWGPURenderBundleDescriptor.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).