Jason de Wolff
Results
2
issues of
Jason de Wolff
**Description** Using a `var` of type `mat4x4` fails to compile on DX12. **Repro steps** Wgsl Shader: ``` wgsl struct VertexOutput { @builtin(position) position: vec4, }; @group(0) @binding(0) var view_proj: mat4x4;...
area: correctness
api: dx12
area: naga back-end
naga
lang: HLSL
This PR adds full support for the clearcoat and sheen material extensions. Please note that the clearcoat code was build from the PR of @chubei-oppen (#345). All code has been...