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