Add TODO note

This commit is contained in:
baldurk
2014-08-15 16:10:06 +01:00
parent 5f206da36d
commit 3aa14d8240
+2
View File
@@ -752,6 +752,8 @@ void GLReplay::SavePipelineState()
gl.glGetVertexAttribiv(i, eGL_VERTEX_ATTRIB_ARRAY_TYPE, (GLint *)&type);
gl.glGetVertexAttribiv(i, eGL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &normalized);
// TODO should check eGL_VERTEX_ATTRIB_ARRAY_INTEGER
ResourceFormat fmt;
fmt.special = false;