OpenSubdiv: Remove old GPU code

This code was accidentally reintroduced in e73d7d27dc.
This commit is contained in:
Sebastián Barschkis 2020-05-19 21:35:29 +02:00
parent a3bdbb5e5b
commit 0a19b8a5b4
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ if(WITH_OPENSUBDIV)
OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_GLSL_TRANSFORM_FEEDBACK)
OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_GLSL_COMPUTE)
data_to_c_simple(shader/gpu_shader_opensubdiv_vertex.glsl SRC)
data_to_c_simple(shader/gpu_shader_opensubdiv_geometry.glsl SRC)
data_to_c_simple(shader/gpu_shader_opensubdiv_fragment.glsl SRC)
add_definitions(${GL_DEFINITIONS})
add_definitions(-DOSD_USES_GLEW)