Uses of Record Class
club.doki7.webgpu.datatype.WGPUSurfaceSourceWaylandSurface.Ptr
Packages that use WGPUSurfaceSourceWaylandSurface.Ptr
-
Uses of WGPUSurfaceSourceWaylandSurface.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSurfaceSourceWaylandSurface.PtrModifier and TypeMethodDescriptionWGPUSurfaceSourceWaylandSurface.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSurfaceSourceWaylandSurface> consumer) @NotNull WGPUSurfaceSourceWaylandSurface.Ptr
WGPUSurfaceSourceWaylandSurface.Ptr.offset
(long offset) @NotNull WGPUSurfaceSourceWaylandSurface.Ptr
WGPUSurfaceSourceWaylandSurface.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceWaylandSurface.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceWaylandSurface.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceWaylandSurface.Ptr
, but with the new size.WGPUSurfaceSourceWaylandSurface.Ptr.slice
(long end) @NotNull WGPUSurfaceSourceWaylandSurface.Ptr
WGPUSurfaceSourceWaylandSurface.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).