Searched refs:drawModel (Results 1 – 3 of 3) sorted by relevance
73 void drawModel(const Model &model) const;
129 void Shader::drawModel(const Model &model) const { in drawModel() function in Shader
181 shader_->drawModel(model); in render()