Added backbone to the BGFX renderer, with comments on what to do next.

This commit is contained in:
tleety
2015-09-09 16:00:18 +02:00
parent 17a00fef85
commit 3ab3286413
4 changed files with 151 additions and 55 deletions
Regular → Executable
-2
View File
@@ -30,8 +30,6 @@ namespace dd
class Renderer
{
public:
//Render();
GLFWwindow* Window() const { return m_Window; }
Rectangle Resolution() const { return m_Resolution; }
void SetResolution(const Rectangle& resolution) { m_Resolution = resolution; }