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