MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setScene

Method setScene

src/main/java/field/graphics/FBO.java:556–558  ·  view source on GitHub ↗
(Scene d)

Source from the content-addressed store, hash-verified

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 }

Callers 1

updateSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected