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

Class State

src/main/java/field/graphics/TextureBuffer.java:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16public class TextureBuffer extends BaseScene<TextureBuffer.State> implements Scene.Perform, OffersUniform<Integer> {
17
18 static public class State extends BaseScene.Modifiable {
19 int textureName;
20 }
21
22 SimpleArrayBuffer buffer;
23 TextureBufferSpecification specification;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected