mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 11:50:19 -05:00
Fixed bits per pixel for RGBA16 format.
This commit is contained in:
parent
7ec5de1ad1
commit
b889e78841
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ namespace bgfx
|
|||
8, // L8
|
||||
32, // BGRX8
|
||||
32, // BGRA8
|
||||
16, // RGBA16
|
||||
64, // RGBA16
|
||||
16, // R5G6B5
|
||||
16, // RGBA4
|
||||
16, // RGB5A1
|
||||
|
|
Loading…
Reference in a new issue