Framebuffer rendering not workin but all the code is there, need to fix KHR for debug output

This commit is contained in:
Ben Kyd
2020-01-15 16:05:04 +00:00
parent b7c6f69ff9
commit 083c93926f
8 changed files with 218 additions and 54 deletions

View File

@@ -16,6 +16,9 @@ public:
void DumpToFile( std::string file );
int GetWidth();
int GetHeight();
uint32_t* Data;
~FrameBuffer();