Re-exports§
pub use carriers::carrier_summary;pub use carriers::find_uncarriered_assigns;pub use carriers::CarrierSummary;pub use carriers::UncarrieredAssign;pub use dangling::find_dangling_refs;pub use dangling::DanglingRef;pub use descriptor_diff::bisect_rewrites;pub use descriptor_diff::diff_descriptors;pub use descriptor_diff::DescriptorDiff;pub use descriptor_diff::RewriteBisectResult;pub use descriptor_dump::dump_descriptor;pub use descriptor_dump::DescriptorDump;pub use descriptor_dump::DescriptorDumpOptions;pub use naga_dump::dump_naga_module;pub use naga_dump::NagaDump;pub use naga_trace::failure_trace;pub use naga_trace::failure_trace_wgsl;pub use naga_trace::load_bind_result_log;pub use naga_trace::BindResultLogError;pub use naga_trace::FailureTrace;pub use scan_explain::scan_explain_report;pub use scan_explain::ScanExplainEngine;pub use scan_explain::ScanExplainError;pub use scan_explain::ScanExplainExactnessClass;pub use scan_explain::ScanExplainFactor;pub use scan_explain::ScanExplainRejectedEngine;pub use scan_explain::ScanExplainReport;pub use scan_explain::ScanExplainRouteEvidence;pub use scan_explain::ScanExplainVerifierFragment;pub use scan_explain::ScanFactorRole;pub use scan_explain::SCAN_EXPLAIN_REPORT_SCHEMA_VERSION;pub use wgsl::dump_wgsl;pub use wgsl::dump_wgsl_with_lines;pub use wgsl::WgslDump;
Modules§
- carriers
- dangling
- descriptor_
diff - descriptor_
dump - fixtures
- naga_
dump - naga_
trace - scan_
explain - Scan decomposition explanation reports.
- source_
walker - wgsl