(Scene d)
| 554 | @HiddenInAutocomplete |
| 555 | public int getOpenGLFrameBufferNameInCurrentContext() { |
| 556 | State s = GraphicsContext.get(this, this::setup); |
| 557 | if (s == null) { |
| 558 | throw new NullPointerException("FBO not initialized in this context"); |
| 559 | } |
| 560 | return s.name; |
| 561 | } |