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