gg: use OpenGL on Windows until D3D issues resolved (#6155)
parent
b5c1ea44dc
commit
5c98c0760b
|
@ -21,7 +21,8 @@ pub const (
|
||||||
//#flag darwin -framework OpenGL -framework Cocoa -framework QuartzCore
|
//#flag darwin -framework OpenGL -framework Cocoa -framework QuartzCore
|
||||||
|
|
||||||
// D3D
|
// 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
|
// for simplicity, all header includes are here because import order matters and we dont have any way
|
||||||
// to ensure import order with V yet
|
// to ensure import order with V yet
|
||||||
|
|
Loading…
Reference in New Issue