瀏覽代碼

WebGLBindingStates: Clean up.

Mugen87 6 年之前
父節點
當前提交
65fb51d936
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/renderers/webgl/WebGLBindingStates.js

+ 0 - 3
src/renderers/webgl/WebGLBindingStates.js

@@ -168,9 +168,6 @@ function WebGLBindingStates( gl, extensions, attributes, capabilities ) {
 
 
 	}
 	}
 
 
-	// If we sacrifice some BufferGeometry/Attribute API flexibility
-	// needsUpdate() and saveCache() can be much simpler. See #16287
-
 	function needsUpdate( geometry ) {
 	function needsUpdate( geometry ) {
 
 
 		const cachedAttributes = currentState.attributes;
 		const cachedAttributes = currentState.attributes;

粤ICP备19079148号