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 recordRepresents 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 WGPUSurfaceSourceXcbWindowWGPUSurfaceSourceXcbWindow.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 WGPUSurfaceSourceXcbWindowWGPUSurfaceSourceXcbWindow.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 WGPUSurfaceSourceXcbWindowWGPUSurfaceSourceXcbWindow.clone(Arena arena, WGPUSurfaceSourceXcbWindow src) voidWGPUSurfaceSourceXcbWindow.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)