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