Added Tick(double) in WorkObject
This commit is contained in:
parent
383a568daa
commit
52b6e88522
@ -59,6 +59,8 @@ namespace hgl
|
||||
|
||||
virtual void OnResize(const VkExtent2D &){}
|
||||
|
||||
virtual void Tick(double){}
|
||||
|
||||
virtual void Render(double delta_time,graph::RenderCmdBuffer *cmd)=0;
|
||||
|
||||
virtual void Render(double delta_time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user