mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Miscellaneous fixes
This commit is contained in:
committed by
Dzmitry Malyshau
parent
96527290f3
commit
69bf7f5f17
@@ -41,7 +41,6 @@ path = "bin/convert.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
difference = "2.0"
|
||||
env_logger = "0.8"
|
||||
ron = "0.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
spirv = { package = "spirv_headers", version = "1.5", features = ["deserialize"] }
|
||||
|
||||
@@ -23,7 +23,7 @@ Back-end | Status | Notes |
|
||||
SPIR-V (binary) | :white_check_mark: | |
|
||||
WGSL | | |
|
||||
Metal | :white_check_mark: | |
|
||||
HLSL | | |
|
||||
HLSL | :construction: | |
|
||||
GLSL | :ok: | |
|
||||
AIR | | |
|
||||
DXIL/DXIR | | |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![allow(dead_code)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use super::error::Error;
|
||||
///! see https://en.wikipedia.org/wiki/Control-flow_graph
|
||||
|
||||
@@ -40,9 +40,6 @@ struct BindTarget {
|
||||
|
||||
#[derive(Default, serde::Deserialize)]
|
||||
struct Parameters {
|
||||
#[serde(default)]
|
||||
#[allow(dead_code)]
|
||||
spv_flow_dump_prefix: String,
|
||||
#[cfg_attr(not(feature = "spv-out"), allow(dead_code))]
|
||||
spv_version: (u8, u8),
|
||||
#[cfg_attr(not(feature = "spv-out"), allow(dead_code))]
|
||||
|
||||
Reference in New Issue
Block a user