cvkg-render-gpu 0.1.13

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn test_surtr_renderer_compiles() {
    // We only test that the code compiles.
    // In winit 0.30, Window creation requires an ActiveEventLoop which is
    // only available during the application lifecycle.
    // Full wgpu initialization is verified via the niflheim_demo.

    // This test ensures the SurtrRenderer API remains stable.
    println!("Surtr Renderer test compiled successfully.");
}