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