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