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