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