mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-28 16:58:57 +08:00
explaining backbuffer implementation
This commit is contained in:
parent
15608d8309
commit
6464db5a75
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user