Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasBuffers
Method
hasBuffers
core/src/processing/opengl/Texture.java:890–893 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
888
889
890
public
boolean hasBuffers() {
891
return
bufferSource != null && bufferCache != null &&
892
0 < bufferCache.size();
893
}
894
895
896
protected
boolean bufferUpdate() {
Callers
1
getTexture
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected