]> git.tdb.fi Git - libs/gl.git/commit
Move a few bits of Renderer into a backend class
authorMikko Rasa <tdb@tdb.fi>
Fri, 12 Nov 2021 19:36:05 +0000 (21:36 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 12 Nov 2021 19:36:05 +0000 (21:36 +0200)
commitb95aa29809038b39e6729f4e53af0dfb545bfcdc
tree786eb5256667487fdd897d55aff736035185faac
parent175153f224916b92d02a325aac5628956cda8daf
Move a few bits of Renderer into a backend class

This allows the upcoming Vulkan backend to take care of submitting
command buffers.
source/backends/opengl/renderer_backend.cpp [new file with mode: 0644]
source/backends/opengl/renderer_backend.h [new file with mode: 0644]
source/render/renderer.cpp
source/render/renderer.h