Skip to main content

Crate dsfb_computer_graphics

Crate dsfb_computer_graphics 

Source

Re-exports§

pub use config::DemoConfig;
pub use config::SceneConfig;
pub use error::Error;
pub use error::Result;
pub use outputs::artifact_manifest_path;
pub use outputs::create_named_run_dir;
pub use outputs::create_timestamped_run_dir;
pub use outputs::format_run_directory_name;
pub use outputs::format_zip_bundle_name;
pub use outputs::pdf_bundle_path;
pub use outputs::zip_bundle_path;
pub use outputs::RunLayout;
pub use outputs::ARTIFACT_MANIFEST_FILE_NAME;
pub use outputs::NOTEBOOK_OUTPUT_ROOT_NAME;
pub use outputs::PDF_BUNDLE_FILE_NAME;
pub use pipeline::export_evaluator_handoff;
pub use pipeline::export_minimal_report;
pub use pipeline::generate_scene_artifacts;
pub use pipeline::import_external_buffers;
pub use pipeline::parse_scenario_id;
pub use pipeline::run_all;
pub use pipeline::run_all_filtered;
pub use pipeline::run_demo_a;
pub use pipeline::run_demo_a_filtered;
pub use pipeline::run_demo_b;
pub use pipeline::run_demo_b_efficiency_only;
pub use pipeline::run_demo_b_filtered;
pub use pipeline::run_external_replay_only;
pub use pipeline::run_fast_path_only;
pub use pipeline::run_gpu_path_only;
pub use pipeline::run_realism_bridge_only;
pub use pipeline::run_realism_suite_only;
pub use pipeline::run_resolution_scaling_only;
pub use pipeline::run_sbir_demo;
pub use pipeline::run_sensitivity_only;
pub use pipeline::run_timing_only;
pub use pipeline::scenario_definitions_for_filter;
pub use pipeline::validate_artifact_bundle;
pub use pipeline::validate_final_bundle;
pub use pipeline::DemoAArtifacts;
pub use pipeline::DemoBArtifacts;
pub use pipeline::RunAllArtifacts;
pub use pipeline::SbirDemoArtifacts;

Modules§

cli
config
cost
datasets
dsfb
engine_native
error
external
external_validation
fast_path
Minimal Inline Deployment (Fast-Path Proxy)
frame
gpu
gpu_execution
host
metrics
mixed_regime
outputs
parameters
pipeline
plots
report
sampling
scaling
scene
sensitivity
taa
timing
unreal_native