rust-gpu/tests/ui/hello_world.rs
2021-03-26 13:15:29 +01:00

8 lines
115 B
Rust

// Simple single entrypoint function test.
// build-pass
use spirv_std as _;
#[spirv(fragment)]
pub fn main() {}