internal static HandleRef getCPtr(SWIGTYPE_p_p_p_GlVertexBufferVectorInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 2
0
 public bool GetFullscreenPolygonVectors(SWIGTYPE_p_LONG lAttributeCount, SWIGTYPE_p_p_p_GlVertexBufferAttributeInfo ppAttibuteInfo, SWIGTYPE_p_LONG lVectorInfoCount, SWIGTYPE_p_p_p_GlVertexBufferVectorInfo ppVectorInfo) {
   bool ret = C4dApiPINVOKE.BaseDraw_GetFullscreenPolygonVectors(swigCPtr, SWIGTYPE_p_LONG.getCPtr(lAttributeCount), SWIGTYPE_p_p_p_GlVertexBufferAttributeInfo.getCPtr(ppAttibuteInfo), SWIGTYPE_p_LONG.getCPtr(lVectorInfoCount), SWIGTYPE_p_p_p_GlVertexBufferVectorInfo.getCPtr(ppVectorInfo));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }