From 36ead44878d8aef0e1ff8c775023d92b02b56a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 2 Jun 2016 21:31:48 -0700 Subject: [PATCH] Cleanup. --- src/image.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/image.cpp b/src/image.cpp index cccbfd77f..1d91f1e76 100644 --- a/src/image.cpp +++ b/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