Uses of Record Class
club.doki7.webgpu.handle.WGPUCommandBuffer.Ptr
Packages that use WGPUCommandBuffer.Ptr
-
Uses of WGPUCommandBuffer.Ptr in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUCommandBuffer.PtrModifier and TypeMethodDescriptionvoid
WGPU.queueSubmit
(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) long
WGPU.queueSubmitForIndex
(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) -
Uses of WGPUCommandBuffer.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUCommandBuffer.PtrModifier and TypeMethodDescriptionstatic WGPUCommandBuffer.Ptr
static WGPUCommandBuffer.Ptr
static WGPUCommandBuffer.Ptr
WGPUCommandBuffer.Ptr.allocate
(Arena arena, @Nullable WGPUCommandBuffer @NotNull [] values) static WGPUCommandBuffer.Ptr
WGPUCommandBuffer.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUCommandBuffer> values) static WGPUCommandBuffer.Ptr
WGPUCommandBuffer.Ptr.allocateV
(Arena arena, @Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) WGPUCommandBuffer.Ptr.offset
(long offset) WGPUCommandBuffer.Ptr.reinterpret
(long newSize) Assume theWGPUCommandBuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUCommandBuffer.Ptr
that uses the same backing storage as thisWGPUCommandBuffer.Ptr
, but with the new size.WGPUCommandBuffer.Ptr.slice
(long end) WGPUCommandBuffer.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).