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