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