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

Method hasDrawBuffer

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

Source from the content-addressed store, hash-verified

2305
2306
2307 protected boolean hasDrawBuffer() {
2308 int[] version = getGLVersion();
2309 if (isES()) {
2310 return version[0] >= 3;
2311 }
2312 return version[0] >= 2;
2313 }
2314
2315
2316 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