Diagnose a materializing node's missing InjectIndex and Copy bounds

This commit is contained in:
Dennis Kobert
2026-08-14 21:31:14 +00:00
parent fdf13f91cb
commit a717403db8
2 changed files with 26 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ use syn::visit_mut::VisitMut;
use syn::{GenericArgument, GenericParam, Ident, Lifetime, PatIdent, PathArguments, Type, TypeParam, TypeParamBound};
use crate::shader_nodes::{ShaderCodegen, ShaderTokens};
mod classify;
pub(crate) mod classify;
mod entries;
pub(crate) mod ir;
mod metadata;