convert glutil.c to gltuil.cc & add class GLShader (#19720)

* c++ glutil

* function getUniformLocation

* rebase master
This commit is contained in:
Dean Lee
2021-01-12 22:43:34 +08:00
committed by GitHub
parent 6d11539c42
commit cef469cbed
7 changed files with 90 additions and 107 deletions

View File

@@ -11,7 +11,7 @@ _common = fxn('common', common_libs, LIBS="json11")
files = [
'clutil.cc',
'glutil.c',
'glutil.cc',
'visionimg.cc',
]