Search Results for

    Method copyToTextureArrayMultiview

    copyToTextureArrayMultiview(int, int, float, Rect, Rect, float[])

    Declaration
    public static extern void copyToTextureArrayMultiview(int srcTextureId, int dstTextureArrayId, float alpha, Rect srcRect, Rect dstRect, float[] matrix)
    Parameters
    Type Name Description
    int srcTextureId
    int dstTextureArrayId
    float alpha
    Rect srcRect
    Rect dstRect
    float[] matrix
    In This Article