diff options
Diffstat (limited to 'bindgen/rust/src/shader.rs')
-rw-r--r-- | bindgen/rust/src/shader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen/rust/src/shader.rs b/bindgen/rust/src/shader.rs index e80e00b..ef221a0 100644 --- a/bindgen/rust/src/shader.rs +++ b/bindgen/rust/src/shader.rs @@ -1,3 +1,4 @@ +#![allow(unused_variables)] use std::{ffi::c_void, path::Path}; use crate::ral::{Pipeline, ShaderBinding}; |