OpenSubdiv: Add extra checks whether GPU compute available or not
This commit is contained in:
@@ -298,5 +298,6 @@ int openSubdiv_supportGPUDisplay(void)
|
||||
{
|
||||
return GL_EXT_geometry_shader4 &&
|
||||
GL_ARB_gpu_shader5 &&
|
||||
GL_ARB_uniform_buffer_object &&
|
||||
glProgramParameteriEXT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user