Uses of Record Class
club.doki7.webgpu.datatype.WGPUCommandBufferDescriptor.Ptr
Packages that use WGPUCommandBufferDescriptor.Ptr
-
Uses of WGPUCommandBufferDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUCommandBufferDescriptor.PtrModifier and TypeMethodDescriptionWGPUCommandBufferDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUCommandBufferDescriptor> consumer) @NotNull WGPUCommandBufferDescriptor.Ptr
WGPUCommandBufferDescriptor.Ptr.offset
(long offset) @NotNull WGPUCommandBufferDescriptor.Ptr
WGPUCommandBufferDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUCommandBufferDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUCommandBufferDescriptor.Ptr
that uses the same backing storage as thisWGPUCommandBufferDescriptor.Ptr
, but with the new size.WGPUCommandBufferDescriptor.Ptr.slice
(long end) @NotNull WGPUCommandBufferDescriptor.Ptr
WGPUCommandBufferDescriptor.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).