rust-gpu/tests/ui/hello_world.rs

8 lines
115 B
Rust
Raw Normal View History

// Simple single entrypoint function test.
// build-pass
use spirv_std as _;
#[spirv(fragment)]
2021-03-26 09:25:29 +00:00
pub fn main() {}