diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-06 15:45:47 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-06 15:45:47 +0200 |
| commit | b7757ab410c99c35550327d896fcf5723aa9a09a (patch) | |
| tree | f7e4de21312f680de557c4a16745450ea1c125af /engine/src/rendering/shader | |
| parent | 6471a831e3a929a6922297d4b6176eb43c20b4bd (diff) | |
refactor(engine): make SetShaderBinding rendering command take shader::Binding
Diffstat (limited to 'engine/src/rendering/shader')
| -rw-r--r-- | engine/src/rendering/shader/cursor.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engine/src/rendering/shader/cursor.rs b/engine/src/rendering/shader/cursor.rs index 0f985a7..c54ffc9 100644 --- a/engine/src/rendering/shader/cursor.rs +++ b/engine/src/rendering/shader/cursor.rs @@ -122,11 +122,6 @@ impl<'a> Cursor<'a> value, }) } - - pub fn into_binding_location(self) -> BindingLocation - { - self.binding_location - } } /// Shader cursor location. |
