Tizen Native API
Dali::RenderBuffer Namespace Reference

Render Buffer formats. More...

Enumerations

enum  Format
 Render Buffer formats. More...

Detailed Description

Render Buffer formats.

Since :
2.4

Enumeration Type Documentation

Render Buffer formats.

The default format for framebuffer creation is COLOR, so If a depth buffer for 3D rendering is required use COLOR_DEPTH instead

Since :
2.4< Framebuffer format, default color depth is RGBA 32 bit with alpha
Since :
2.4
Enumerator:
COLOR 

Framebuffer will be created with color buffer.

Since :
2.4
COLOR_DEPTH 

Framebuffer will be created with color and depth buffer.

Since :
2.4
COLOR_STENCIL 

Framebuffer will be created with color and stencil buffer.

Since :
2.4
COLOR_DEPTH_STENCIL 

Framebuffer will be created with color, depth and stencil buffer.

Note:
May be not supported in all devices
Since :
2.4