-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: correctnessWe're behaving incorrectlyWe're behaving incorrectlyarea: naga front-endarea: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingnagaShader TranslatorShader Translatortype: bugSomething isn't workingSomething isn't working
Description
The naga test files msl-vpt-formats.wgsl
use the constructor vec3<f32>()
with an argument of type u32
. u32
is not automatically convertible to f32
, and there is no matching constructor overload. This code is therefore out of spec.
Metadata
Metadata
Assignees
Labels
area: correctnessWe're behaving incorrectlyWe're behaving incorrectlyarea: naga front-endarea: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingnagaShader TranslatorShader Translatortype: bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo