Commit eb8abb0a by jchen10 Committed by Commit Bot

Remove unused declaration

isValidResourceIndex in Program.h is unused. BUG=angleproject:1920 Change-Id: Ide097348fac7ed97a0e07f3d97d7944ac997f71d Reviewed-on: https://chromium-review.googlesource.com/474229 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 5ed601b4
...@@ -424,7 +424,6 @@ class Program final : angle::NonCopyable, public LabeledObject ...@@ -424,7 +424,6 @@ class Program final : angle::NonCopyable, public LabeledObject
GLuint getInputResourceIndex(const GLchar *name) const; GLuint getInputResourceIndex(const GLchar *name) const;
GLuint getOutputResourceIndex(const GLchar *name) const; GLuint getOutputResourceIndex(const GLchar *name) const;
bool isValidResourceIndex(GLenum programInterface, GLuint index) const;
void getInputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const; void getInputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const;
void getOutputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const; void getOutputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment