File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2310,15 +2310,6 @@ void SpvReflectToYaml::Write(std::ostream& os) {
23102310 assert (itor != interface_variable_to_index_.end ());
23112311 os << t4 << " - *iv" << itor->second << " # " << SafeString (ep.output_variables [i_iv]->name ) << std::endl;
23122312 }
2313- // uint32_t interface_variable_count;
2314- os << t3 << " interface_variable_count: " << ep.interface_variable_count << std::endl;
2315- // SpvReflectInterfaceVariable* interface_variables;
2316- os << t3 << " interface_variables:" << std::endl;
2317- for (uint32_t i_iv = 0 ; i_iv < ep.interface_variable_count ; ++i_iv) {
2318- auto itor = interface_variable_to_index_.find (&ep.interface_variables [i_iv]);
2319- assert (itor != interface_variable_to_index_.end ());
2320- os << t4 << " - *iv" << itor->second << " # " << SafeString (ep.interface_variables [i_iv].name ) << std::endl;
2321- }
23222313 // uint32_t descriptor_set_count;
23232314 os << t3 << " descriptor_set_count: " << ep.descriptor_set_count << std::endl;
23242315 // SpvReflectDescriptorSet* descriptor_sets;
You can’t perform that action at this time.
0 commit comments