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.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPURenderBundleEncoderDescriptor.Ptr
that 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).