Fix compilation error with OpenSubdiv disabled

This commit is contained in:
2015-11-04 22:31:06 +05:00
parent a5f4f1e2ce
commit 206c42f3ce

View File

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