Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OGL/VertexManager: Make vertex and index buffer handles private #6010

Merged
merged 1 commit into from Sep 3, 2017

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Sep 2, 2017

These are only ever read, but not written to outside of the VertexManager class.

// NativeVertexFormat use this
GLuint m_vertex_buffers;
GLuint m_index_buffers;
GLuint GetVertexBufferName() const;

This comment was marked as off-topic.

This comment was marked as off-topic.

@lioncash lioncash changed the title OGL/VertexManager: Make vertex and index buffer names private OGL/VertexManager: Make vertex and index buffer handles private Sep 3, 2017
These are only ever read, but not written to outside of the VertexManager class.
@delroth delroth merged commit ab27f0f into dolphin-emu:master Sep 3, 2017
@lioncash lioncash deleted the vertex branch September 3, 2017 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants