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