Enum ShaderHint

    Definition

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

    The Hint class is used to provide additional information to the shader.

    public enum ShaderHint

    Fields

    Name Description
    FileCaching

    Cache the shader in a file

    ModifiesGeometry

    Might change position of vertices, this option disables any culling optimizations

    None

    No hints.

    TransparentOutput

    Might generate transparent alpha from opaque inputs

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<ShaderHint>(ShaderHint, string)
    Extensions.LoadFromXaml<ShaderHint>(ShaderHint, string)
    Extensions.LoadFromXaml<ShaderHint>(ShaderHint, Type)
    Extensions.LoadFromXamlFile<ShaderHint>(ShaderHint, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX