We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bfb02 commit 9ee2964Copy full SHA for 9ee2964
llvm/lib/ObjectYAML/DXContainerEmitter.cpp
@@ -293,7 +293,6 @@ void DXContainerWriter::writeParts(raw_ostream &OS) {
293
294
if (RS.Version == 1) {
295
dxbc::RST0::v0::RootDescriptor Descriptor;
296
- auto DescriptorYaml = std::get<DXContainerYAML::RootDescriptorYaml>(Param.Data);
297
Descriptor.RegisterSpace = DescriptorYaml.RegisterSpace;
298
Descriptor.ShaderRegister = DescriptorYaml.ShaderRegister;
299
RS.ParametersContainer.addParameter(Header, Descriptor);
0 commit comments