Rename some functions #25

Merged
Bogdan Nagirniak merged 13 commits from BLEN-388 into hydra-render 2023-04-18 09:07:35 +02:00
Showing only changes of commit f82fb51015 - Show all commits

View File

@ -26,7 +26,7 @@ extern struct CLG_LogRef *LOG_EN; /* EN - Engine */
class Engine {
public:
Engine(RenderEngine *bl_engine, const std::string &render_delegate_id);
virtual ~Engine(){};
virtual ~Engine() = default;
virtual void sync(Depsgraph *depsgraph,
bContext *context,