Эх сурвалжийг харах

note

Former-commit-id: e397cf5588ae6d87760ef3c1191035d107cd3765
Alec Jacobson 10 жил өмнө
parent
commit
270d169dfd

+ 3 - 0
include/igl/compile_and_link_program.h

@@ -10,6 +10,9 @@ namespace igl
   //   v_str  string of vertex shader contents
   //   f_str  string of fragment shader contents
   // Returns id of program
+  //
+  // Known bugs: this seems to duplicate `create_shader_program` with less
+  // functionality.
   IGL_INLINE GLuint compile_and_link_program(
     const char * v_str, const char * f_str);
 }