Enum Class TextureLayerIndex

java.lang.Object
java.lang.Enum<TextureLayerIndex>
com.marginallyclever.ro3.apps.viewport.TextureLayerIndex
All Implemented Interfaces:
Serializable, Comparable<TextureLayerIndex>, Constable

public enum TextureLayerIndex extends Enum<TextureLayerIndex>
Associates layer enums, names, and indexes for easy global reference. Shaders should use these indexes to access the correct texture layers.