Struct Visual.ShaderProperty

    Definition

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

    This specifies shader properties.

    public struct Visual.ShaderProperty

    Fields

    View Source

    FragmentShader

    Fragment shader code

    Declaration
    public static readonly int FragmentShader
    Field Value
    Type Description
    int
    View Source

    ShaderHints

    Bitmask of hints

    Declaration
    public static readonly int ShaderHints
    Field Value
    Type Description
    int
    View Source

    ShaderSubdivideGridX

    How to subdivide the grid along X

    Declaration
    public static readonly int ShaderSubdivideGridX
    Field Value
    Type Description
    int
    View Source

    ShaderSubdivideGridY

    How to subdivide the grid along Y

    Declaration
    public static readonly int ShaderSubdivideGridY
    Field Value
    Type Description
    int
    View Source

    VertexShader

    Vertex shader code

    Declaration
    public static readonly int VertexShader
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX