Starting to reverse XGI app.

This commit is contained in:
Ben Vanik
2015-02-01 17:25:18 -08:00
parent 5f3ab7979f
commit 5b759d387c
6 changed files with 126 additions and 5 deletions

View File

@@ -105,7 +105,8 @@ bool GL4Shader::PrepareVertexArrayObject() {
: GL_UNSIGNED_INT_2_10_10_10_REV;
break;
case VertexFormat::k_10_11_11:
assert_false(el.is_signed);
// assert_false(el.is_signed);
XELOGW("Signed k_10_11_11 vertex format not supported by GL");
comp_type = GL_UNSIGNED_INT_10F_11F_11F_REV;
break;
/*case VertexFormat::k_11_11_10: