|
|
|
@ -153,7 +153,7 @@ class MAGNUM_EXPORT Framebuffer: public AbstractFramebuffer { |
|
|
|
* @see attachRenderbuffer(), attachTexture1D(), attachTexture2D(), |
|
|
|
* @see attachRenderbuffer(), attachTexture1D(), attachTexture2D(), |
|
|
|
* attachCubeMapTexture(), attachTexture3D() |
|
|
|
* attachCubeMapTexture(), attachTexture3D() |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class BufferAttachment { |
|
|
|
class MAGNUM_EXPORT BufferAttachment { |
|
|
|
public: |
|
|
|
public: |
|
|
|
/** @brief Depth buffer */ |
|
|
|
/** @brief Depth buffer */ |
|
|
|
static const BufferAttachment Depth; |
|
|
|
static const BufferAttachment Depth; |
|
|
|
|