early-access version 2507

This commit is contained in:
pineappleEA
2022-02-26 07:17:54 +01:00
parent e59ad71cae
commit 1abd33afdb
4 changed files with 9 additions and 5 deletions

View File

@@ -184,6 +184,8 @@ inline GLenum VertexFormat(Maxwell::VertexAttribute attrib) {
case Maxwell::VertexAttribute::Size::Size_32_32_32:
case Maxwell::VertexAttribute::Size::Size_32_32_32_32:
return GL_FLOAT;
case Maxwell::VertexAttribute::Size::Size_11_11_10:
return GL_UNSIGNED_INT_10F_11F_11F_REV;
default:
break;
}