aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/render/FirmamentShaders.kt
blob: 53afdf591a9707cc18e8c702d9b660fc4f45ac08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package moe.nea.firmament.util.render

import moe.nea.firmament.annotations.Subscribe
import moe.nea.firmament.events.DebugInstantiateEvent

object FirmamentShaders {

	@Subscribe
	fun debugLoad(event: DebugInstantiateEvent) {
		// TODO: do i still need to work with shaders like this?
	}
}