Browse Source

GLBufferAttribute: Clean up.

Mugen87 4 years ago
parent
commit
2299282085
1 changed files with 0 additions and 14 deletions
  1. 0 14
      src/core/GLBufferAttribute.js

+ 0 - 14
src/core/GLBufferAttribute.js

@@ -1,17 +1,3 @@
-/**
- * @author raub / https://github.com/raub
- */
-
-/**
- * Element size is one of:
- * gl.FLOAT: 4
- * gl.UNSIGNED_SHORT: 2
- * gl.SHORT: 2
- * gl.UNSIGNED_INT: 4
- * gl.INT: 4
- * gl.BYTE: 1
- * gl.UNSIGNED_BYTE: 1
- */
 function GLBufferAttribute( buffer, type, itemSize, elementSize, count ) {
 
 	this.buffer = buffer;