The initial attachments to create the FrameBuffer with.
More...
Public Types |
enum | Mask |
| Enumeration for the bit-mask value. More...
|
Detailed Description
The initial attachments to create the FrameBuffer with.
- Note:
- The color attachment is created on calling AttachColorTexture(). If a color attachment is not required, omit this call.
-
With "NONE", no attachments are created initially. However color attachments can still be added as described above.
- Since:
- 3.0, DALi version 1.1.45
Member Enumeration Documentation
Enumeration for the bit-mask value.
- Since:
- 3.0, DALi version 1.1.45
- Enumerator:
NONE |
No attachments are created initially.
- Since:
- 3.0, DALi version 1.1.45
|
DEPTH |
Depth buffer bit-mask value.
- Since:
- 3.0, DALi version 1.1.45
|
STENCIL |
Stencil buffer bit-mask value.
- Since:
- 3.0, DALi version 1.1.45
|
DEPTH_STENCIL |
The Framebuffer will be created with depth and stencil buffer.
- Since:
- 3.0, DALi version 1.1.45
|