Uses of Record Class
club.doki7.webgpu.datatype.WGPUSurfaceSourceXcbWindow
Packages that use WGPUSurfaceSourceXcbWindow
-
Uses of WGPUSurfaceSourceXcbWindow in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSurfaceSourceXcbWindowModifier 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 WGPUSurfaceSourceXcbWindowModifier and TypeMethodDescriptionstatic WGPUSurfaceSourceXcbWindow
@NotNull WGPUSurfaceSourceXcbWindow
WGPUSurfaceSourceXcbWindow.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUSurfaceSourceXcbWindow.chain
(@NotNull WGPUChainedStruct value) WGPUSurfaceSourceXcbWindow.chain
(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUSurfaceSourceXcbWindow
WGPUSurfaceSourceXcbWindow.clone
(Arena arena, WGPUSurfaceSourceXcbWindow src) WGPUSurfaceSourceXcbWindow.connection
(@Nullable IPointer pointer) WGPUSurfaceSourceXcbWindow.connection
(@NotNull MemorySegment value) WGPUSurfaceSourceXcbWindow.Ptr.toArray()
WGPUSurfaceSourceXcbWindow.window
(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSurfaceSourceXcbWindowModifier and TypeMethodDescription@NotNull Iterator
<WGPUSurfaceSourceXcbWindow> WGPUSurfaceSourceXcbWindow.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUSurfaceSourceXcbWindowModifier and TypeMethodDescriptionstatic WGPUSurfaceSourceXcbWindow
WGPUSurfaceSourceXcbWindow.clone
(Arena arena, WGPUSurfaceSourceXcbWindow src) void
WGPUSurfaceSourceXcbWindow.Ptr.write
(long index, @NotNull WGPUSurfaceSourceXcbWindow value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSurfaceSourceXcbWindowModifier and TypeMethodDescriptionWGPUSurfaceSourceXcbWindow.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSurfaceSourceXcbWindow> consumer)