Search Results for

    Method CopyAndroidTextureWithAlpha

    CopyAndroidTextureWithAlpha(int, int, float, bool, IntPtr)

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