mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
Feat: implement MG_Impl/Buffer Feat: implement MG_State/ErrorState and integrate it into MG_State/GLContext Feat: add buffer deletion management Feat: introduce `INSERTION_POINT` (https://github.com/MobileGL-Dev/MobileGLCodeManager) Feat: add tests about MG_Impl/Buffer and buffer deletion feature Feat: add several converters Fix: fix some compiling errors Fix: fix some incorrect behaviors in MG_State/Buffer Improvement: remove some current statements at the beginning of the source file, which will be added uniformly soon Improvement: optimize some naming
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
/build
|
|
.cxx
|
|
/.vs
|
|
/out/build
|
|
CMakeSettings.json
|
|
MobileGL/MG_Test/out
|
|
MobileGL/MG_Test/.vs
|
|
MobileGLCodeManager.*
|
|
MobileGLCodeManager
|