Class DirectRenderingGLView.RenderCallbackInput

    Definition

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

    The parameter of the RenderFrame Callback. It has data to render directly.

    public class DirectRenderingGLView.RenderCallbackInput
    Inheritance
    object
    DirectRenderingGLView.RenderCallbackInput

    Constructors

    View Source

    RenderCallbackInput(Matrix, Matrix, Size2D, Rectangle, int[])

    Declaration
    public RenderCallbackInput(Matrix mvp, Matrix projection, Size2D size, Rectangle clippingBox, int[] textureBindings)
    Parameters
    Type Name Description
    Matrix mvp
    Matrix projection
    Size2D size
    Rectangle clippingBox
    int[] textureBindings

    Properties

    View Source

    ClippingBox

    The area of DirectRenderingGLView. You can use this for glScissor()

    Declaration
    public Rectangle ClippingBox { get; }
    Property Value
    Type Description
    Rectangle
    View Source

    Mvp

    MVP matrix

    Declaration
    public Matrix Mvp { get; }
    Property Value
    Type Description
    Matrix
    View Source

    Projection

    Projection matrix

    Declaration
    public Matrix Projection { get; }
    Property Value
    Type Description
    Matrix
    View Source

    Size

    The size of the DirectRenderingGLView

    Declaration
    public Size2D Size { get; }
    Property Value
    Type Description
    Size2D
    View Source

    TextureBindings

    Texture bindings

    Declaration
    public ReadOnlyCollection<int> TextureBindings { get; }
    Property Value
    Type Description
    ReadOnlyCollection<><int>

    Extension Methods

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