Search Results for

    Show / Hide Table of Contents

    Class Shader

    Definition

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

    Shader.

    public class Shader : Animatable, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Animatable
    Shader
    Implements
    INotifyPropertyChanged
    IDisposable

    Constructors

    View Source

    Shader(string, string)

    Creates Shader object.

    Declaration
    public Shader(string vertexShader, string fragmentShader)
    Parameters
    Type Name Description
    string vertexShader

    The vertex shader code for the effect.

    string fragmentShader

    The fragment Shader code for the effect.

    View Source

    Shader(string, string, Value)

    Creates Shader object.

    Declaration
    public Shader(string vertexShader, string fragmentShader, Shader.Hint.Value hints)
    Parameters
    Type Name Description
    string vertexShader

    The vertex shader code for the effect.

    string fragmentShader

    The fragment Shader code for the effect.

    Shader.Hint.Value hints

    The hints to define the geometry of the rendered object.

    Properties

    View Source

    Program

    Gets and Sets the program property.

    Declaration
    public PropertyMap Program { get; set; }
    Property Value
    Type Description
    PropertyMap

    Implements

    INotifyPropertyChanged
    IDisposable
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX