mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
set NANOVG_BACKEND=GL3 for windows
This commit is contained in:
parent
32642407c4
commit
2ca1135564
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user