OpenGL: Implement RenderPipeline

This commit is contained in:
Lynix
2020-05-11 14:01:17 +02:00
parent 49c68e581a
commit 3cf53c4d9a
5 changed files with 177 additions and 298 deletions

View File

@@ -113,6 +113,8 @@ namespace Nz::GL
virtual void SwapBuffers() = 0;
void UpdateStates(const RenderStates& renderStates) const;
#define NAZARA_OPENGLRENDERER_FUNC(name, sig) sig name = nullptr;
NAZARA_OPENGLRENDERER_FOREACH_GLES_FUNC(NAZARA_OPENGLRENDERER_FUNC, NAZARA_OPENGLRENDERER_FUNC)
#undef NAZARA_OPENGLRENDERER_FUNC