Fix compilation error with OpenSubdiv disabled

This commit is contained in:
Sergey Sharybin 2015-11-04 22:31:06 +05:00
parent a5f4f1e2ce
commit 206c42f3ce
1 changed files with 2 additions and 0 deletions

View File

@ -307,9 +307,11 @@ void ccgSubSurf__sync_opensubdiv(CCGSubSurf *ss);
* main thread and schedule free for later free otherwise.
*/
#ifdef WITH_OPENSUBDIV
void ccgSubSurf__delete_osdGLMesh(struct OpenSubdiv_GLMesh *osd_mesh);
void ccgSubSurf__delete_vertex_array(unsigned int vao);
void ccgSubSurf__delete_pending(void);
#endif
/* * CCGSubSurf_opensubdiv_converter.c * */