Workaround for love.graphics.clear + love.graphics.setCanvas AMD driver bug, take two.

This commit is contained in:
Alex Szpakowski
2016-01-09 23:40:04 -04:00
parent 4f093e7fac
commit 6d6d805858
5 changed files with 27 additions and 34 deletions
+5
View File
@@ -194,6 +194,11 @@ public:
const std::map<std::string, Object *> &getBoundRetainables() const;
GLuint getProgram() const
{
return program;
}
static std::string getGLSLVersion();
static bool isSupported();