mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
9 lines
104 B
Rust
9 lines
104 B
Rust
// build-pass
|
|
|
|
use spirv_std::spirv;
|
|
|
|
#[spirv(fragment)]
|
|
pub fn main() {
|
|
spirv_std::arch::kill();
|
|
}
|