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