123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef IGL_OPENGL_DESTROY_SHADER_PROGRAM_H
- #define IGL_OPENGL_DESTROY_SHADER_PROGRAM_H
- #include "../igl_inline.h"
- #include "OpenGL_convenience.h"
- namespace igl
- {
- namespace opengl
- {
-
-
-
-
-
-
-
-
-
-
- IGL_INLINE bool destroy_shader_program(const GLuint id);
- }
- }
- #ifndef IGL_STATIC_LIBRARY
- # include "destroy_shader_program.cpp"
- #endif
- #endif
|