OpenGL: Print more debug info at init time
This commit is contained in:
@@ -159,8 +159,8 @@ namespace video
|
||||
bool BlendMinMaxSupported = false;
|
||||
|
||||
private:
|
||||
void addExtension(std::string name);
|
||||
void updateLegacyExtensionList();
|
||||
void addExtension(std::string &&name);
|
||||
void extensionsLoaded();
|
||||
|
||||
std::unordered_set<std::string> Extensions;
|
||||
};
|
||||
|
Reference in New Issue
Block a user