fork download
  1. for(auto&& desc : description)
  2. unique_ptr<ShaderTechnique> technique(new ShaderTechnique( *device, desc, options ));
  3. if (technique->PassCount() > 0 ) {
  4. techniqueindices.Add( technique->Name(), techniques.size() );
  5. techniques.push_back(std::move(technique));
  6. for(auto&& tech : *mytech) {
  7. Parameters.Add( tech->Parameters );
  8. }
  9. }
  10. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty