()
| 294 | |
| 295 | |
| 296 | @Override |
| 297 | protected void initFBOLayer() { |
| 298 | if (0 < sketch.frameCount) { |
| 299 | if (isES()) initFBOLayerES(); |
| 300 | else initFBOLayerGL(); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | |
| 305 | private void initFBOLayerES() { |
nothing calls this directly
no test coverage detected