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.Ptrstatic WGPUInstance.Ptrstatic WGPUInstance.PtrWGPUInstance.Ptr.allocate(Arena arena, @Nullable WGPUInstance @NotNull [] values) static WGPUInstance.PtrWGPUInstance.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUInstance> values) static WGPUInstance.PtrWGPUInstance.Ptr.allocateV(Arena arena, @Nullable WGPUInstance value0, @Nullable WGPUInstance... values) WGPUInstance.Ptr.offset(long offset) WGPUInstance.Ptr.reinterpret(long newSize) Assume theWGPUInstance.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUInstance.Ptrthat 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).