mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -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[] =
|
static const ImageBlockInfo s_imageBlockInfo[] =
|
||||||
{
|
{
|
||||||
// +------------------ bits per pixel
|
// +--------------------------- bits per pixel
|
||||||
// | +--------------- block width
|
// | +------------------------ block width
|
||||||
// | | +------------ block height
|
// | | +--------------------- block height
|
||||||
// | | | +-------- block size
|
// | | | +----------------- block size
|
||||||
// | | | | +----- min blocks x
|
// | | | | +-------------- min blocks x
|
||||||
// | | | | | +-- min blocks y
|
// | | | | | +----------- min blocks y
|
||||||
// | | | | | |
|
// | | | | | | +------- depth bits
|
||||||
|
// | | | | | | | +---- stencil bits
|
||||||
|
// | | | | | | | |
|
||||||
{ 4, 4, 4, 8, 1, 1, 0, 0 }, // BC1
|
{ 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 }, // BC2
|
||||||
{ 8, 4, 4, 16, 1, 1, 0, 0 }, // BC3
|
{ 8, 4, 4, 16, 1, 1, 0, 0 }, // BC3
|
||||||
|
|
Loading…
Reference in a new issue