sokol: define a pixel color format (#10951)

pull/10962/head
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
1 changed files with 1 additions and 0 deletions

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
}