mirror of
https://github.com/NoelFB/blah.git
synced 2025-08-15 05:20:45 +08:00
clarified framebuffer comments
This commit is contained in:
@ -13,10 +13,10 @@ namespace Blah
|
|||||||
public:
|
public:
|
||||||
virtual ~FrameBuffer() = default;
|
virtual ~FrameBuffer() = default;
|
||||||
|
|
||||||
// Gets an Attachment from the FrameBuffer
|
// Gets the list of Attachments from the FrameBuffer
|
||||||
virtual Attachments& attachments() = 0;
|
virtual Attachments& attachments() = 0;
|
||||||
|
|
||||||
// Gets an Attachment from the FrameBuffer
|
// Gets the list of Attachments from the FrameBuffer
|
||||||
virtual const Attachments& attachments() const = 0;
|
virtual const Attachments& attachments() const = 0;
|
||||||
|
|
||||||
// Gets the width of the FrameBuffer
|
// Gets the width of the FrameBuffer
|
||||||
|
Reference in New Issue
Block a user