| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Enumerations | |
| enum | |
| The type of Shader.  More... | |
| anonymous enum | 
The type of Shader.
| VERTEX_SHADER | 
 The vertex shader. Name "vertexShader", type Property::STRING or Property::ARRAY of Property::STRING. A Property::ARRAY of Property::STRING values can be used to split the shader string over multiple lines. 
 
  | 
| FRAGMENT_SHADER | 
 The fragment shader. Name "fragmentShader", type Property::STRING or Property::ARRAY of Property::STRING. A Property::ARRAY of Property::STRING values can be used to split the shader string over multiple lines. 
 
  | 
| SUBDIVIDE_GRID_X | 
 How to subdivide the grid along the X-Axis. Name "subdivideGridX", type Property::INTEGER. 
 
  | 
| SUBDIVIDE_GRID_Y | 
 How to subdivide the grid along the Y-Axis. Name "subdivideGridY", type Property::INTEGER. 
 
  | 
| HINTS | 
 Hints for rendering. Name "hints", type Dali::Shader::Hint (Property::INTEGER), Property::STRING or Property::ARRAY of Property::STRING. 
 
  |