Uses of Record Class
club.doki7.webgpu.datatype.WGPUHubReport
Packages that use WGPUHubReport
-
Uses of WGPUHubReport in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUHubReportModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUHubReportModifier and TypeMethodDescriptionWGPUHubReport.adapters(@NotNull WGPURegistryReport value) WGPUHubReport.adapters(Consumer<@NotNull WGPURegistryReport> consumer) static WGPUHubReport@NotNull WGPUHubReportWGPUHubReport.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUHubReport.bindGroupLayouts(@NotNull WGPURegistryReport value) WGPUHubReport.bindGroupLayouts(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.bindGroups(@NotNull WGPURegistryReport value) WGPUHubReport.bindGroups(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.buffers(@NotNull WGPURegistryReport value) WGPUHubReport.buffers(Consumer<@NotNull WGPURegistryReport> consumer) static WGPUHubReportWGPUHubReport.clone(Arena arena, WGPUHubReport src) WGPUHubReport.commandBuffers(@NotNull WGPURegistryReport value) WGPUHubReport.commandBuffers(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.computePipelines(@NotNull WGPURegistryReport value) WGPUHubReport.computePipelines(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.devices(@NotNull WGPURegistryReport value) WGPUHubReport.devices(Consumer<@NotNull WGPURegistryReport> consumer) @NotNull WGPUHubReportWGPUGlobalReport.hub()WGPUHubReport.pipelineCaches(@NotNull WGPURegistryReport value) WGPUHubReport.pipelineCaches(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.pipelineLayouts(@NotNull WGPURegistryReport value) WGPUHubReport.pipelineLayouts(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.querySets(@NotNull WGPURegistryReport value) WGPUHubReport.querySets(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.queues(@NotNull WGPURegistryReport value) WGPUHubReport.queues(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.renderBundles(@NotNull WGPURegistryReport value) WGPUHubReport.renderBundles(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.renderPipelines(@NotNull WGPURegistryReport value) WGPUHubReport.renderPipelines(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.samplers(@NotNull WGPURegistryReport value) WGPUHubReport.samplers(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.shaderModules(@NotNull WGPURegistryReport value) WGPUHubReport.shaderModules(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.textures(@NotNull WGPURegistryReport value) WGPUHubReport.textures(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.textureViews(@NotNull WGPURegistryReport value) WGPUHubReport.textureViews(Consumer<@NotNull WGPURegistryReport> consumer) WGPUHubReport.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUHubReportMethods in club.doki7.webgpu.datatype with parameters of type WGPUHubReportModifier and TypeMethodDescriptionstatic WGPUHubReportWGPUHubReport.clone(Arena arena, WGPUHubReport src) WGPUGlobalReport.hub(@NotNull WGPUHubReport value) voidWGPUHubReport.Ptr.write(long index, @NotNull WGPUHubReport value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUHubReportModifier and TypeMethodDescriptionWGPUHubReport.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUHubReport> consumer) WGPUGlobalReport.hub(Consumer<@NotNull WGPUHubReport> consumer)