Fixed some misc. compiler warnings.

This commit is contained in:
Alex Szpakowski
2015-05-23 12:45:58 -03:00
parent 17fe6bd30a
commit c3fd7a25a3
10 changed files with 32 additions and 30 deletions
-1
View File
@@ -53,7 +53,6 @@ public:
* @param size The size of the GLBuffer in bytes.
* @param target The target GLBuffer object, e.g. GL_ARRAY_BUFFER.
* @param usage Usage hint, e.g. GL_DYNAMIC_DRAW.
* @param backing Determines what guarantees are placed on the data.
*/
GLBuffer(size_t size, const void *data, GLenum target, GLenum usage);