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.Ptr
WGPUQuerySetDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUQuerySetDescriptor> consumer) @NotNull WGPUQuerySetDescriptor.Ptr
WGPUQuerySetDescriptor.Ptr.offset
(long offset) @NotNull WGPUQuerySetDescriptor.Ptr
WGPUQuerySetDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUQuerySetDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUQuerySetDescriptor.Ptr
that uses the same backing storage as thisWGPUQuerySetDescriptor.Ptr
, but with the new size.WGPUQuerySetDescriptor.Ptr.slice
(long end) @NotNull WGPUQuerySetDescriptor.Ptr
WGPUQuerySetDescriptor.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).