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