mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-12 12:31:43 +09:00
* Refactor validation tests to use compiletest * Update tests/ui/lang/core/ptr/allocate_const_scalar.rs
9 lines
85 B
Rust
9 lines
85 B
Rust
// build-pass
|
|
|
|
use spirv_std as _;
|
|
|
|
#[spirv(fragment)]
|
|
pub fn main() {
|
|
loop {}
|
|
}
|