one shader for texture and color + Time's API change
This commit is contained in:
@@ -10,6 +10,7 @@ namespace OpenEngine {
|
||||
class OE_API Input
|
||||
{
|
||||
public:
|
||||
virtual ~Input() = default;
|
||||
Input(const Input&) = delete;
|
||||
Input& operator=(const Input&) = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user