1 2 3 4 5 6 7 8 9 10 11 12
module Spear.Render.Core.Constants where import Graphics.GL.Core46 positionChannel = 0 :: GLuint normalChannel = 1 :: GLuint tangentChannel = 2 :: GLuint texcoordsChannel = 3 :: GLuint jointsChannel = 4 :: GLuint weightsChannel = 5 :: GLuint