internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_GlVertexBufferVectorInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
        public bool DrawFullscreenPolygon(int lVectorInfoCount, SWIGTYPE_p_p_GlVertexBufferVectorInfo ppVectorInfo)
        {
            bool ret = C4dApiPINVOKE.BaseDraw_DrawFullscreenPolygon(swigCPtr, lVectorInfoCount, SWIGTYPE_p_p_GlVertexBufferVectorInfo.getCPtr(ppVectorInfo));

            return(ret);
        }