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.Ptr
WGPUSurfaceSourceXlibWindow.Ptr.offset
(long offset) @NotNull WGPUSurfaceSourceXlibWindow.Ptr
WGPUSurfaceSourceXlibWindow.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceSourceXlibWindow.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceSourceXlibWindow.Ptr
that uses the same backing storage as thisWGPUSurfaceSourceXlibWindow.Ptr
, but with the new size.WGPUSurfaceSourceXlibWindow.Ptr.slice
(long end) @NotNull WGPUSurfaceSourceXlibWindow.Ptr
WGPUSurfaceSourceXlibWindow.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).