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 recordRepresents 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 WGPUGlobalReportWGPUGlobalReport.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUGlobalReportWGPUGlobalReport.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 WGPUGlobalReportWGPUGlobalReport.clone(Arena arena, WGPUGlobalReport src) voidWGPUGlobalReport.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)