gg: use OpenGL on Windows until D3D issues resolved (#6155)

pull/6157/head
JalonSolov 2020-08-17 17:34:51 -04:00 committed by GitHub
parent b5c1ea44dc
commit 5c98c0760b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ pub const (
//#flag darwin -framework OpenGL -framework Cocoa -framework QuartzCore
// D3D
#flag windows -DSOKOL_D3D11
#flag windows -DSOKOL_GLCORE33
//#flag windows -DSOKOL_D3D11
// for simplicity, all header includes are here because import order matters and we dont have any way
// to ensure import order with V yet