internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_LPD3D11EFFECTVARIABLE obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
    public virtual SWIGTYPE_p_LPD3D11EFFECTVARIABLE GetVariableByName(string name)
    {
        SWIGTYPE_p_LPD3D11EFFECTVARIABLE ret = new SWIGTYPE_p_LPD3D11EFFECTVARIABLE(IronSightEnginePINVOKE.IRenderShader_GetVariableByName(swigCPtr, name), true);

        return(ret);
    }