Fixed DX9 lack of non-normalized UINT16 vertex decl type.

This commit is contained in:
bkaradzic
2013-02-23 19:02:51 -08:00
parent 074bf5a232
commit e0eca362ad
5 changed files with 59 additions and 51 deletions

View File

@@ -534,7 +534,7 @@ namespace bgfx
static const GLenum s_attribType[AttribType::Count] =
{
GL_UNSIGNED_BYTE,
GL_UNSIGNED_SHORT,
GL_SHORT,
GL_HALF_FLOAT,
GL_FLOAT,
};