Exemple #1
0
        public bool GetFullscreenPolygonVectors(SWIGTYPE_p_Int32 lAttributeCount, SWIGTYPE_p_p_p_GlVertexBufferAttributeInfo ppAttibuteInfo, SWIGTYPE_p_Int32 lVectorInfoCount, SWIGTYPE_p_p_p_GlVertexBufferVectorInfo ppVectorInfo)
        {
            bool ret = C4dApiPINVOKE.BaseDraw_GetFullscreenPolygonVectors(swigCPtr, SWIGTYPE_p_Int32.getCPtr(lAttributeCount), SWIGTYPE_p_p_p_GlVertexBufferAttributeInfo.getCPtr(ppAttibuteInfo), SWIGTYPE_p_Int32.getCPtr(lVectorInfoCount), SWIGTYPE_p_p_p_GlVertexBufferVectorInfo.getCPtr(ppVectorInfo));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_p_GlVertexBufferAttributeInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }