mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Cleanup.
This commit is contained in:
parent
32ab287ddc
commit
3853645bf6
1 changed files with 9 additions and 7 deletions
|
@ -12,13 +12,15 @@ namespace bgfx
|
|||
{
|
||||
static const ImageBlockInfo s_imageBlockInfo[] =
|
||||
{
|
||||
// +------------------ bits per pixel
|
||||
// | +--------------- block width
|
||||
// | | +------------ block height
|
||||
// | | | +-------- block size
|
||||
// | | | | +----- min blocks x
|
||||
// | | | | | +-- min blocks y
|
||||
// | | | | | |
|
||||
// +--------------------------- bits per pixel
|
||||
// | +------------------------ block width
|
||||
// | | +--------------------- block height
|
||||
// | | | +----------------- block size
|
||||
// | | | | +-------------- min blocks x
|
||||
// | | | | | +----------- min blocks y
|
||||
// | | | | | | +------- depth bits
|
||||
// | | | | | | | +---- stencil bits
|
||||
// | | | | | | | |
|
||||
{ 4, 4, 4, 8, 1, 1, 0, 0 }, // BC1
|
||||
{ 8, 4, 4, 16, 1, 1, 0, 0 }, // BC2
|
||||
{ 8, 4, 4, 16, 1, 1, 0, 0 }, // BC3
|
||||
|
|
Loading…
Reference in a new issue