Skip to content

Commit

Permalink
sokol: use GLCORE33 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jul 23, 2023
1 parent 78681bf commit 7cec70e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vlib/sokol/c/declaration.c.v
Expand Up @@ -19,6 +19,10 @@ $if macos {
#flag -framework Metal -framework Cocoa -framework MetalKit -framework QuartzCore
}
}
$if linux {
#flag -D SOKOL_GLCORE33
}

$if ios {
#flag -DSOKOL_METAL
#flag -framework Foundation -framework Metal -framework MetalKit -framework UIKit
Expand Down

0 comments on commit 7cec70e

Please sign in to comment.