set NANOVG_BACKEND=GL3 for windows

This commit is contained in:
lixianjing 2024-04-26 22:05:40 +08:00
parent 32642407c4
commit 2ca1135564

View File

@ -46,9 +46,7 @@ VGCANVAS = complie_helper.get_value('VGCANVAS', VGCANVAS)
if OS_NAME == 'Windows':
TK_ROOT = TK_ROOT.replace('\\', '\\\\')
NANOVG_BACKEND = 'GLES2'
else:
NANOVG_BACKEND = 'GL3'
NANOVG_BACKEND = 'GL3'
# NANOVG_BACKEND='GLES2'
# NANOVG_BACKEND='GLES3'