X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FViewport.hpp;h=eab642bae94ff76cf4facadb4e7d4a13c16c0b42;hb=2025d49798b93180237b6ce62d3ff5d6ee8ebc6e;hp=78178a620655df08b714c8fa1b8c09c3cd7e4fa5;hpb=be413456f57da06e918ae7bf4c4f35e5198ff7ce;p=blobs.git diff --git a/src/graphics/Viewport.hpp b/src/graphics/Viewport.hpp index 78178a6..eab642b 100644 --- a/src/graphics/Viewport.hpp +++ b/src/graphics/Viewport.hpp @@ -27,6 +27,7 @@ public: void Resize(int w, int h); void Clear(); + void ClearDepth(); private: int width;