Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-09-16 20:23:07 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-09-16 20:25:13 +0300
commit89de6e9eac319232366d0909cb1c39a968088672 (patch)
tree9d42fc86aa4a4ebb8540bab2e47a6afa680187dc /intern/opensubdiv/opensubdiv_capi.h
parentf0023b0dbeab8388092b399c491ce6436cac5bfb (diff)
OpenSubdiv: Fix crash caused by accessing OpenGL vendor from non-main thread
Diffstat (limited to 'intern/opensubdiv/opensubdiv_capi.h')
-rw-r--r--intern/opensubdiv/opensubdiv_capi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/opensubdiv/opensubdiv_capi.h b/intern/opensubdiv/opensubdiv_capi.h
index ef6db92b1e8..8010c39647d 100644
--- a/intern/opensubdiv/opensubdiv_capi.h
+++ b/intern/opensubdiv/opensubdiv_capi.h
@@ -141,6 +141,7 @@ void openSubdiv_osdGLMeshDisplay(OpenSubdiv_GLMesh *gl_mesh,
/* ** Utility functions ** */
int openSubdiv_supportGPUDisplay(void);
int openSubdiv_getAvailableEvaluators(void);
+void openSubdiv_init(void);
void openSubdiv_cleanup(void);
#ifdef __cplusplus