diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
commit | ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 (patch) | |
tree | 47b9b1916933d76bfcc327ad2f39370833bd3712 /bindgen/rust/src/shader.rs | |
parent | 8dc076e714fad6ee6fb493360e094c4002b1584a (diff) |
more work on bindings and ral
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}; |