From f54370de7e4214cb7813d26b1a39a8f6e42b7b56 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Mon, 25 Apr 2022 20:22:07 -0700 Subject: Initial work on rendering sprites to screen --- source/Material.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Material.hpp') diff --git a/source/Material.hpp b/source/Material.hpp index 623a022..eb05a73 100644 --- a/source/Material.hpp +++ b/source/Material.hpp @@ -105,6 +105,9 @@ public: void UseUniforms() const; }; +// Initialized in main() +inline RcPtr gDefaultMaterial; + class IresMaterial : public IresObject { private: RcPtr mInstance; -- cgit v1.2.3-70-g09d2