explaining backbuffer implementation

This commit is contained in:
Noel Berry 2020-12-26 14:47:10 -08:00
parent 15608d8309
commit 6464db5a75

View File

@ -244,6 +244,8 @@ const RendererFeatures& Blah::App::renderer_features()
namespace
{
// A dummy Frame Buffer that represents the Back Buffer
// it doesn't actually contain any textures or details.
class BackBuffer final : public FrameBuffer
{
Attachments empty_attachments;