mirror of
https://github.com/NoelFB/blah.git
synced 2025-04-11 01:26:05 +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
|
namespace
|
||||||
{
|
{
|
||||||
|
// A dummy Frame Buffer that represents the Back Buffer
|
||||||
|
// it doesn't actually contain any textures or details.
|
||||||
class BackBuffer final : public FrameBuffer
|
class BackBuffer final : public FrameBuffer
|
||||||
{
|
{
|
||||||
Attachments empty_attachments;
|
Attachments empty_attachments;
|
||||||
|
Loading…
Reference in New Issue
Block a user