![]() |
TAPs 0.7.7.3
|
#include "TAPsOpenGLSupport.hpp"
Include dependency graph for TAPsOpenGLSupport.cpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &output, const OpenGLSupport &o) |
| std::ostream& operator<< | ( | std::ostream & | output, |
| const OpenGLSupport & | o | ||
| ) |
Definition at line 251 of file TAPsOpenGLSupport.cpp.
References OpenGLSupport::material.
{
output << "OpenGLSupport Class:"
<< "\n Material:" << o.material << "\n";
return output;
}