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