librashader/librashader-runtime-wgpu/tests/triangle.rs

7 lines
77 B
Rust
Raw Normal View History

2023-11-30 16:52:49 +11:00
mod hello_triangle;
#[test]
fn triangle_wgpu()
{
hello_triangle::run()
}