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