|
Zen 0.3.0
|
Public Types | |
| enum class | API { None = 0 , OpenGL = 1 } |
Public Member Functions | |
| virtual void | setClearColour (const glm::vec4 &colour)=0 |
| virtual void | clear ()=0 |
| virtual void | setViewport (int width, int height)=0 |
| virtual void | drawIndexed (const std::shared_ptr< VertexArray > &vertexArray)=0 |
Static Public Member Functions | |
| static API | getAPI () |
Definition at line 8 of file ZEN_RendererAPI.h.
|
strong |
Definition at line 10 of file ZEN_RendererAPI.h.
|
inlinestatic |
Definition at line 20 of file ZEN_RendererAPI.h.