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

sokol: define a pixel color format (#10951)

This commit is contained in:
Ben-Fields 2021-07-25 09:27:07 -05:00 committed by GitHub
parent e246ed9818
commit 8a097293a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ pub fn create_desc() C.sg_desc {
context: C.sg_context_desc{
metal: metal_desc
d3d11: d3d11_desc
color_format: .bgra8
}
image_pool_size: 1000
}