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