From 34774859258ed19d02d2dddfd868ea5b8a5062c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 30 Aug 2015 12:29:13 -0700 Subject: [PATCH] Cleanup. --- include/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index b23d87b2a..2f7264c9b 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -167,7 +167,7 @@ namespace bgfx R16I, // | | [S]norm R16U, // | | [I]nt R16F, // | | [U]int - R16S, // | +---- Number of bits per texel + R16S, // | +---- Number of bits per component R32U, // +-------- Components R32F, RG8,