]> git.tdb.fi Git - libs/gl.git/commit
Create a class for issuing drawing commands
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Sep 2021 10:40:18 +0000 (13:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Sep 2021 13:54:04 +0000 (16:54 +0300)
commitebef7085e2672866189ccdb3a89e977e678a89b9
tree3f1f08a50abd599f792ccbcb3670f733bc6fba7b
parent866c80e19e66d6dd8d49ec48d9be54a3a7fe07a2
Create a class for issuing drawing commands

This is a precursor to command buffers in Vulkan.
source/core/batch.cpp
source/core/batch.h
source/core/commands.cpp [new file with mode: 0644]
source/core/commands.h [new file with mode: 0644]
source/core/pipelinestate.cpp
source/core/pipelinestate.h
source/render/renderer.cpp
source/render/renderer.h