| 3739 | } |
| 3740 | #endif |
| 3741 | bool GL3PlusRenderSystem::checkExtension( const String &ext ) const |
| 3742 | { |
| 3743 | return mGLSupport->checkExtension( ext ); |
| 3744 | } |
| 3745 | |
| 3746 | const PixelFormatToShaderType *GL3PlusRenderSystem::getPixelFormatToShaderType() const |
| 3747 | { |
no outgoing calls
no test coverage detected