[nostalgia/core] Cleanup and make FPS print a config.hpp option

This commit is contained in:
2021-03-19 19:22:08 -05:00
parent 1d1ce4d2cf
commit f58abd9c3f
3 changed files with 63 additions and 52 deletions
+3 -2
View File
@@ -19,9 +19,10 @@
namespace nostalgia::core::renderer {
struct Texture {
GLuint texId = 0;
GLuint width = 0;
GLuint height = 0;
GLsizei width = 0;
GLsizei height = 0;
constexpr operator GLuint&() noexcept {
return texId;