one shader for texture and color + Time's API change

This commit is contained in:
Erris
2026-01-23 15:43:26 +01:00
parent 33574d783a
commit c8cfed58da
13 changed files with 94 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ namespace OpenEngine {
class OE_API Input
{
public:
virtual ~Input() = default;
Input(const Input&) = delete;
Input& operator=(const Input&) = delete;