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