1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: add examples/sokol/05_instancing_glsl, cleanup code (#8809)

This commit is contained in:
penguindark
2021-02-18 10:11:26 +01:00
committed by GitHub
parent b3a26ca0ce
commit 198b395cde
9 changed files with 883 additions and 353 deletions

View File

@ -402,6 +402,7 @@ fn my_event_manager(mut ev gg.Event, mut app App) {
* Main
*
******************************************************************************/
[console] // is needed for easier diagnostics on windows
fn main() {
// App init
mut app := &App{