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,