mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-29 17:08:56 +08:00
clarified framebuffer comments
This commit is contained in:
parent
6bcf8d6d41
commit
a9087d10bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user