shader-rt: correct arg buffer handling

This commit is contained in:
firestar99
2025-09-05 00:16:04 +02:00
parent 16c67ecc68
commit 1128271b41
5 changed files with 152 additions and 62 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ impl AlphaBlending {
}
#[repr(i32)]
#[derive(Debug, Default, Clone, Copy, Eq, PartialEq, Hash)]
#[derive(Debug, Default, Clone, Copy, Eq, PartialEq, Hash, bytemuck::NoUninit)]
#[cfg_attr(feature = "std", derive(dyn_any::DynAny, specta::Type, serde::Serialize, serde::Deserialize))]
pub enum BlendMode {
// Basic group