Class Shader.Property

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for instances of properties belonging to the Shader class.

C#
Copy
public class Shader.Property
Inheritance
object
Shader.Property

Fields

View Source

PROGRAM

The default value is empty. Format: {"vertex":"","fragment":"",hints:"","vertexPrefix":"","fragmentPrefix":""}

Declaration
C#
Copy
public static readonly int PROGRAM
Field Value
Type Description
int