( attribute )
| 23306 | }; |
| 23307 | |
| 23308 | function enableAttribute( attribute ) { |
| 23309 | |
| 23310 | if ( _enabledAttributes[ attribute ] === 0 ) { |
| 23311 | |
| 23312 | _gl.enableVertexAttribArray( attribute ); |
| 23313 | _enabledAttributes[ attribute ] = 1; |
| 23314 | |
| 23315 | } |
| 23316 | |
| 23317 | }; |
| 23318 | |
| 23319 | function disableAttributes() { |
| 23320 |
no outgoing calls
no test coverage detected