Rename draw_gles2.cpp to draw_gles3_multiview.cpp

This commit is contained in:
Simon 2020-10-10 11:08:46 +01:00 committed by GitHub
parent 4617fdec5a
commit f76343e16f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2648,4 +2648,4 @@ void RB_GLSL_PrepareShaders(void) {
GL_DisableVertexAttribArray(ATTR_NORMAL);
GL_DisableVertexAttribArray(ATTR_TANGENT);
GL_DisableVertexAttribArray(ATTR_BITANGENT);
}
}