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