mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
11 lines
310 B
Rust
11 lines
310 B
Rust
fn main() {
|
|
cfg_aliases::cfg_aliases! {
|
|
dot_out: { feature = "dot-out" },
|
|
glsl_out: { feature = "glsl-out" },
|
|
hlsl_out: { feature = "hlsl-out" },
|
|
msl_out: { feature = "msl-out" },
|
|
spv_out: { feature = "spv-out" },
|
|
wgsl_out: { feature = "wgsl-out" },
|
|
}
|
|
}
|