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

Method hasDrawBuffer

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

Source from the content-addressed store, hash-verified

2269
2270
2271 protected boolean hasDrawBuffer() {
2272 int[] version = getGLVersion();
2273 if (isES()) {
2274 return version[0] >= 3;
2275 }
2276 return version[0] >= 2;
2277 }
2278
2279
2280 protected int maxSamples() {

Callers 2

getGLParametersMethod · 0.80
initFBOLayerGLMethod · 0.80

Calls 2

getGLVersionMethod · 0.95
isESMethod · 0.95

Tested by

no test coverage detected