Commit c3ef8e1
Submodule MobileGlues updated 41 files
- src/main/cpp/CMakeLists.txt+1
- src/main/cpp/config/settings.h+1
- src/main/cpp/gl/DSA/DSAWrapper.cpp+1.5k
- src/main/cpp/gl/DSA/DSAWrapper.h+130
- src/main/cpp/gl/buffer.cpp+189-1
- src/main/cpp/gl/buffer.h+2-2
- src/main/cpp/gl/drawing.cpp+189-1
- src/main/cpp/gl/drawing.h+11-5
- src/main/cpp/gl/framebuffer.h+1-1
- src/main/cpp/gl/getter.cpp+2
- src/main/cpp/gl/getter.h+1-1
- src/main/cpp/gl/gl.cpp+10-5
- src/main/cpp/gl/gl_native.cpp+9-9
- src/main/cpp/gl/gl_stub.cpp+95-95
- src/main/cpp/gl/glext.h+1-1
- src/main/cpp/gl/glsl/glsl_for_es.cpp+97-4
- src/main/cpp/gl/glsl/glsl_for_es.h+1-1
- src/main/cpp/gl/log.cpp+1-1
- src/main/cpp/gl/mg.cpp+2
- src/main/cpp/gl/mg.h+15-8
- src/main/cpp/gl/multidraw.cpp+20-81
- src/main/cpp/gl/multidraw.h+2-2
- src/main/cpp/gl/pixel.h+1-1
- src/main/cpp/gl/program.cpp+41-5
- src/main/cpp/gl/program.h+5-3
- src/main/cpp/gl/shader.cpp+52-47
- src/main/cpp/gl/shader.h+1-1
- src/main/cpp/gl/texture.cpp+28-12
- src/main/cpp/gl/texture.h+17-9
- src/main/cpp/gl/vertexattrib.h+1-1
- src/main/cpp/gles/loader.cpp+11-4
- src/main/cpp/gles/loader.h+1-1
- src/main/cpp/gles3.h+1-1
- src/main/cpp/glx/lookup.h+1-1
- src/main/cpp/include/GL/gl.h+2.1k
- src/main/cpp/include/GL/glcorearb.h+6.0k
- src/main/cpp/include/GL/glext.h+12.9k
- src/main/cpp/include/GLES3/gl32.h+1-1
- src/main/cpp/include/GLES3/gl3platform.h
- src/main/cpp/includes.h+1-1
- src/main/cpp/version.h+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments