better management of drawing/display states for window

This commit is contained in:
arthur.jamet
2021-05-22 01:47:45 +02:00
parent 8ca3ebcdc4
commit c46c0bccd9
7 changed files with 73 additions and 40 deletions

View File

@@ -53,7 +53,7 @@ namespace RAY::Camera {
Matrix getMatrix(void) const override;
//! @brief get camera struct
const ::Camera2D &getCamera(void) const;
operator ::Camera2D() const;
private:
::Camera2D _camera;