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