Uses of Record Class
club.doki7.webgpu.datatype.WGPUDeviceDescriptor.Ptr
Packages that use WGPUDeviceDescriptor.Ptr
-
Uses of WGPUDeviceDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUDeviceDescriptor.PtrModifier and TypeMethodDescriptionstatic WGPUDeviceDescriptor.PtrWGPUDeviceDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUDeviceDescriptor> consumer) @NotNull WGPUDeviceDescriptor.PtrWGPUDeviceDescriptor.Ptr.offset(long offset) @NotNull WGPUDeviceDescriptor.PtrWGPUDeviceDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUDeviceDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDeviceDescriptor.Ptrthat uses the same backing storage as thisWGPUDeviceDescriptor.Ptr, but with the new size.WGPUDeviceDescriptor.Ptr.slice(long end) @NotNull WGPUDeviceDescriptor.PtrWGPUDeviceDescriptor.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).