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