Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MCShader: use transformed attribute names in VertexFormat for Shader
This ensures that shader attributes are bound correctly. Shader calls glBindAttributeLocation using the names in the VertexFormat, not the names in the shader json. By constructing a custom VertexFormat, we can get around this. GitHub: #62
- Loading branch information