mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-28 16:58:57 +08:00
clarified framebuffer comments
This commit is contained in:
parent
6bcf8d6d41
commit
a9087d10bf
|
@ -13,10 +13,10 @@ namespace Blah
|
|||
public:
|
||||
virtual ~FrameBuffer() = default;
|
||||
|
||||
// Gets an Attachment from the FrameBuffer
|
||||
// Gets the list of Attachments from the FrameBuffer
|
||||
virtual Attachments& attachments() = 0;
|
||||
|
||||
// Gets an Attachment from the FrameBuffer
|
||||
// Gets the list of Attachments from the FrameBuffer
|
||||
virtual const Attachments& attachments() const = 0;
|
||||
|
||||
// Gets the width of the FrameBuffer
|
||||
|
@ -33,4 +33,4 @@ namespace Blah
|
|||
};
|
||||
|
||||
typedef std::shared_ptr<FrameBuffer> FrameBufferRef;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user