Vivid
Loading...
Searching...
No Matches
RenderingInterface.h
1#pragma once
2
3#include "confs/DynamicExportingMacros.h"
4
11{
12public:
17 virtual void Setup() = 0;
18
23 virtual void Draw() = 0;
24
29 virtual void ImGuiRender() = 0;
30};
RenderingInterface class.
virtual void Draw()=0
Draw function.
virtual void ImGuiRender()=0
ImGuiRender function.
virtual void Setup()=0
Setup function.