Struct Visual.ShaderProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies shader properties.
public struct ShaderProperty
Fields
View SourceFragmentShader
Fragment shader code
Declaration
public static readonly int FragmentShader
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceShaderHints
Bitmask of hints
Declaration
public static readonly int ShaderHints
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceShaderSubdivideGridX
How to subdivide the grid along X
Declaration
public static readonly int ShaderSubdivideGridX
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceShaderSubdivideGridY
How to subdivide the grid along Y
Declaration
public static readonly int ShaderSubdivideGridY
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceVertexShader
Vertex shader code
Declaration
public static readonly int VertexShader
Field Value
Type | Description |
---|---|
Int32 |