| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Dali::FrameBuffer::Attachment Struct Reference
  The initial attachments to create the FrameBuffer with. More...
Public Types | |
| enum | Mask | 
| Enumeration for the attachments and/or textures to be created by default.  More... | |
Detailed Description
The initial attachments to create the FrameBuffer with.
- Note:
 - The color attachment can also be created on calling AttachColorTexture().
 - 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 attachments and/or textures to be created by default.
- 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 is created.
- Since:
 - 3.0, DALi version 1.1.45
 
STENCIL Stencil buffer is created.
- Since:
 - 3.0, DALi version 1.1.45
 
DEPTH_STENCIL Depth and stencil buffer are created.
- Since:
 - 3.0, DALi version 1.1.45
 
COLOR Color texture is created.
- Since:
 - 5.5, DALi version 1.4.0
 
COLOR_DEPTH Color texture and depth buffer are created.
- Since:
 - 5.5, DALi version 1.4.0
 
COLOR_STENCIL Color texture and stencil buffer are created.
- Since:
 - 5.5, DALi version 1.4.0
 
COLOR_DEPTH_STENCIL Color, depth and stencil buffer are created.
- Since:
 - 5.5, DALi version 1.4.0