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.Ptr
static WGPUQuerySet.Ptr
static WGPUQuerySet.Ptr
WGPUQuerySet.Ptr.allocate
(Arena arena, @Nullable WGPUQuerySet @NotNull [] values) static WGPUQuerySet.Ptr
WGPUQuerySet.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUQuerySet> values) static WGPUQuerySet.Ptr
WGPUQuerySet.Ptr.allocateV
(Arena arena, @Nullable WGPUQuerySet value0, @Nullable WGPUQuerySet... values) WGPUQuerySet.Ptr.offset
(long offset) WGPUQuerySet.Ptr.reinterpret
(long newSize) Assume theWGPUQuerySet.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUQuerySet.Ptr
that 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).