mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
explaining backbuffer implementation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user