diff --git a/public/blah/app.cpp b/public/blah/app.cpp index 9e25574..3d96484 100644 --- a/public/blah/app.cpp +++ b/public/blah/app.cpp @@ -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;