MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

C_GLClear::E_ClearBits move to Renderer #154

Open RohacekD opened 3 years ago

RohacekD commented 3 years ago

Is your feature request related to a problem? Please describe. Clear colour bits should be generalized in the Renderer module. It is not specific for the OpenGL implementation of render.

Describe the solution you'd like One possible destination for this enum is Renderer\Definitions.h.

Additional context I need this kind of small changes in order to be better prepared for Vulkan renderer implementation.