modif shaders callback (adding dtime)

This commit is contained in:
Clément Le Bihan
2021-06-16 01:23:59 +02:00
parent f549faa424
commit 1fad8de0ca
11 changed files with 43 additions and 33 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace BBM
public:
//! @inherit
void onFixedUpdate(WAL::ViewEntity<ShaderComponent> &entity) override;
void onUpdate(WAL::ViewEntity<ShaderComponent> &entity, std::chrono::nanoseconds dtime) override;
//! @brief ctor
explicit ShaderSystem(WAL::Wal &wal);