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

gg: draw_triangle(); draw_image_flipped()

This commit is contained in:
Alexander Medvednikov
2020-09-20 03:47:22 +02:00
parent 44deb43252
commit c781a5f245
4 changed files with 43 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ pub fn create_desc() C.sg_desc {
metal: mtl_desc
d3d11: d3d11_desc
}
image_pool_size:1000
}
}