-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area: naga processingPasses over IR in the middlePasses over IR in the middlenagaShader TranslatorShader Translatortype: bugSomething isn't workingSomething isn't working
Description
#7338, released with naga 25.0.0, changed the Default
impl of naga::proc::Namer
to be conditional on
#[cfg(any(wgsl_out, glsl_out, msl_out, hlsl_out, test))]
This means that an out-of-tree backend cannot construct a Namer
without spuriously enabling one of those features. I assume this is an unintended consequence.
Metadata
Metadata
Assignees
Labels
area: naga processingPasses over IR in the middlePasses over IR in the middlenagaShader TranslatorShader Translatortype: bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done