MCPcopy Index your code
hub / github.com/processing/processing / hasReadBuffer

Method hasReadBuffer

core/src/processing/opengl/PGL.java:2262–2268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2260
2261
2262 protected boolean hasReadBuffer() {
2263 int[] version = getGLVersion();
2264 if (isES()) {
2265 return version[0] >= 3;
2266 }
2267 return version[0] >= 2;
2268 }
2269
2270
2271 protected boolean hasDrawBuffer() {

Callers 4

saveFirstFrameMethod · 0.95
getGLParametersMethod · 0.80
initFBOLayerESMethod · 0.80
initFBOLayerGLMethod · 0.80

Calls 2

getGLVersionMethod · 0.95
isESMethod · 0.95

Tested by

no test coverage detected