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.PtrWGPUCommandBufferDescriptor.Ptr.offset(long offset) @NotNull WGPUCommandBufferDescriptor.PtrWGPUCommandBufferDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUCommandBufferDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUCommandBufferDescriptor.Ptrthat uses the same backing storage as thisWGPUCommandBufferDescriptor.Ptr, but with the new size.WGPUCommandBufferDescriptor.Ptr.slice(long end) @NotNull WGPUCommandBufferDescriptor.PtrWGPUCommandBufferDescriptor.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).