Uses of Record Class
club.doki7.webgpu.handle.WGPUQuerySet.Ptr
Packages that use WGPUQuerySet.Ptr
-
Uses of WGPUQuerySet.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUQuerySet.PtrModifier and TypeMethodDescriptionstatic WGPUQuerySet.Ptrstatic WGPUQuerySet.Ptrstatic WGPUQuerySet.PtrWGPUQuerySet.Ptr.allocate(Arena arena, @Nullable WGPUQuerySet @NotNull [] values) static WGPUQuerySet.PtrWGPUQuerySet.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUQuerySet> values) static WGPUQuerySet.PtrWGPUQuerySet.Ptr.allocateV(Arena arena, @Nullable WGPUQuerySet value0, @Nullable WGPUQuerySet... values) WGPUQuerySet.Ptr.offset(long offset) WGPUQuerySet.Ptr.reinterpret(long newSize) Assume theWGPUQuerySet.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUQuerySet.Ptrthat uses the same backing storage as thisWGPUQuerySet.Ptr, but with the new size.WGPUQuerySet.Ptr.slice(long end) WGPUQuerySet.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).