OpenGL: Print more debug info at init time
This commit is contained in:
@@ -272,7 +272,6 @@ namespace video
|
||||
COpenGL3CacheHandler* getCacheHandler() const;
|
||||
|
||||
protected:
|
||||
//! inits the opengl-es driver
|
||||
virtual bool genericDriverInit(const core::dimension2d<u32>& screenSize, bool stencilBuffer);
|
||||
|
||||
void initVersion();
|
||||
@@ -391,6 +390,8 @@ private:
|
||||
|
||||
IContextManager* ContextManager;
|
||||
|
||||
void printTextureFormats();
|
||||
|
||||
void addDummyMaterial(E_MATERIAL_TYPE type);
|
||||
|
||||
unsigned QuadIndexCount;
|
||||
|
Reference in New Issue
Block a user