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

Class State

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

Source from the content-addressed store, hash-verified

16 */
17class TextureArray(var unit: Int, val w: Int, val h: Int, val d: Int, val source: ByteBuffer) : BaseScene<TextureArray.State>(), Perform, OffersUniform<Int> {
18 inner class State : Modifiable() {
19 var name = -1
20 }
21
22 override fun perform0(): Boolean {
23 val s: TextureArray.State = GraphicsContext.get(this)

Callers 1

setupMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected