Graphics: Move scissor box from InstancedRenderable to GraphicsComponent

This commit is contained in:
Jérôme Leclercq
2022-02-21 20:44:54 +01:00
parent 29c798a683
commit cc0fc53bd3
16 changed files with 38 additions and 38 deletions

View File

@@ -9,6 +9,7 @@
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
#include <Nazara/Math/Rect.hpp>
namespace Nz
{
@@ -30,6 +31,7 @@ namespace Nz
{
const InstancedRenderable* instancedRenderable;
const WorldInstance* worldInstance;
Recti scissorBox;
};
};
}