shader-rt: correct arg buffer handling

This commit is contained in:
firestar99
2025-08-21 12:38:23 +02:00
parent 16c67ecc68
commit 1128271b41
5 changed files with 152 additions and 62 deletions

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