Struct Visual.ShaderProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies shader properties.

C#
Copy
public struct ShaderProperty

Fields

View Source

FragmentShader

Fragment shader code

Declaration
C#
Copy
public static readonly int FragmentShader
Field Value
Type Description
Int32
API Level: 3
View Source

ShaderHints

Bitmask of hints

Declaration
C#
Copy
public static readonly int ShaderHints
Field Value
Type Description
Int32
API Level: 3
View Source

ShaderSubdivideGridX

How to subdivide the grid along X

Declaration
C#
Copy
public static readonly int ShaderSubdivideGridX
Field Value
Type Description
Int32
API Level: 3
View Source

ShaderSubdivideGridY

How to subdivide the grid along Y

Declaration
C#
Copy
public static readonly int ShaderSubdivideGridY
Field Value
Type Description
Int32
API Level: 3
View Source

VertexShader

Vertex shader code

Declaration
C#
Copy
public static readonly int VertexShader
Field Value
Type Description
Int32
API Level: 3