Search Results for

    Method CopyAndroidTexture

    CopyAndroidTexture(int, int, IntPtr)

    Declaration
    public void CopyAndroidTexture(int srcTextureId, int dstTextureId, IntPtr androidMutex)
    Parameters
    Type Name Description
    int srcTextureId
    int dstTextureId
    IntPtr androidMutex
    Implements
    IGfxHelperHandler.CopyAndroidTexture(int, int, IntPtr)

    CopyAndroidTexture(int, int, float, bool, Rect, Rect, IntPtr)

    Declaration
    public void CopyAndroidTexture(int srcTextureId, int dstTextureId, float alpha, bool isLinearSpace, Rect srcRect, Rect dstRect, IntPtr androidMutex)
    Parameters
    Type Name Description
    int srcTextureId
    int dstTextureId
    float alpha
    bool isLinearSpace
    Rect srcRect
    Rect dstRect
    IntPtr androidMutex
    Implements
    IGfxHelperHandler.CopyAndroidTexture(int, int, float, bool, Rect, Rect, IntPtr)
    In This Article