ref_gl: introduce gl2_shim based on vgl_shim for future limited core/gles context support (SLOW, still needs ffp for matrix operations)

This commit is contained in:
mittorn
2023-10-04 18:29:29 +03:00
committed by Alibek Omarov
parent 5501ca927a
commit a9ea3976a7
10 changed files with 852 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ def build(bld):
if bld.env.DEST_OS == 'psvita':
libs += [ 'sdk_includes', 'vgl_shim' ]
else:
libs += [ 'gl2_shim' ]
libs += [ 'public', 'M' ]
source = bld.path.ant_glob(['*.c'])