Tizen Native API
5.5
|
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... |
The initial attachments to create the FrameBuffer with.
Enumeration for the attachments and/or textures to be created by default.
NONE |
No attachments are created initially.
|
DEPTH |
Depth buffer is created.
|
STENCIL |
Stencil buffer is created.
|
DEPTH_STENCIL |
Depth and stencil buffer are created.
|
COLOR |
Color texture is created.
|
COLOR_DEPTH |
Color texture and depth buffer are created.
|
COLOR_STENCIL |
Color texture and stencil buffer are created.
|
COLOR_DEPTH_STENCIL |
Color, depth and stencil buffer are created.
|