mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
8 lines
115 B
Rust
8 lines
115 B
Rust
// Simple single entrypoint function test.
|
|
// build-pass
|
|
|
|
use spirv_std as _;
|
|
|
|
#[spirv(fragment)]
|
|
pub fn main() {}
|