MCPcopy Index your code
hub / github.com/benfry/processing4 / hasReadBuffer

Method hasReadBuffer

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

Source from the content-addressed store, hash-verified

2296
2297
2298 protected boolean hasReadBuffer() {
2299 int[] version = getGLVersion();
2300 if (isES()) {
2301 return version[0] >= 3;
2302 }
2303 return version[0] >= 2;
2304 }
2305
2306
2307 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