Branimir Karadžić 9 vuotta sitten
vanhempi
sitoutus
36ead44878
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/image.cpp

+ 2 - 2
src/image.cpp

@@ -18,8 +18,8 @@ namespace bgfx
 		//  |  |  |   |  |  +---------------------------- min blocks y
 		//  |  |  |   |  |  |   +------------------------ depth bits
 		//  |  |  |   |  |  |   |  +--------------------- stencil bits
-		//  |  |  |   |  |  |   |  |   +----------------- r bits
-		//  |  |  |   |  |  |   |  |   |   g   b   a  +-- encoding type
+		//  |  |  |   |  |  |   |  |   +---+---+---+----- r, g, b, a bits
+		//  |  |  |   |  |  |   |  |   r   g   b   a  +-- encoding type
 		//  |  |  |   |  |  |   |  |   |   |   |   |  |
 		{   4, 4, 4,  8, 1, 1,  0, 0,  0,  0,  0,  0, uint8_t(EncodingType::Unorm) }, // BC1
 		{   8, 4, 4, 16, 1, 1,  0, 0,  0,  0,  0,  0, uint8_t(EncodingType::Unorm) }, // BC2