Uses of Record Class
club.doki7.webgpu.datatype.WGPUSurfaceSourceXlibWindow
Packages that use WGPUSurfaceSourceXlibWindow
-
Uses of WGPUSurfaceSourceXlibWindow in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSurfaceSourceXlibWindowModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUSurfaceSourceXlibWindowModifier and TypeMethodDescriptionstatic WGPUSurfaceSourceXlibWindow
@NotNull WGPUSurfaceSourceXlibWindow
WGPUSurfaceSourceXlibWindow.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUSurfaceSourceXlibWindow.chain
(@NotNull WGPUChainedStruct value) WGPUSurfaceSourceXlibWindow.chain
(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUSurfaceSourceXlibWindow
WGPUSurfaceSourceXlibWindow.clone
(Arena arena, WGPUSurfaceSourceXlibWindow src) WGPUSurfaceSourceXlibWindow.display
(@NotNull MemorySegment value) WGPUSurfaceSourceXlibWindow.Ptr.toArray()
WGPUSurfaceSourceXlibWindow.window
(long value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSurfaceSourceXlibWindowModifier and TypeMethodDescription@NotNull Iterator
<WGPUSurfaceSourceXlibWindow> WGPUSurfaceSourceXlibWindow.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUSurfaceSourceXlibWindowModifier and TypeMethodDescriptionstatic WGPUSurfaceSourceXlibWindow
WGPUSurfaceSourceXlibWindow.clone
(Arena arena, WGPUSurfaceSourceXlibWindow src) void
WGPUSurfaceSourceXlibWindow.Ptr.write
(long index, @NotNull WGPUSurfaceSourceXlibWindow value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSurfaceSourceXlibWindowModifier and TypeMethodDescriptionWGPUSurfaceSourceXlibWindow.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSurfaceSourceXlibWindow> consumer)