Missed file in last commit

--HG--
branch : multipass-stereo
This commit is contained in:
kaetemi 2013-09-09 23:01:43 +02:00
parent e3dead19e4
commit b03895f5f3

View file

@ -107,6 +107,7 @@ struct CGPUProgramFeatures
{
/// Use the CMaterial texture stages as the textures for a Pixel Program
TextureStages = 0x00000001, // <- don't remove this one, it's already used, if you want to split them up into the different stages, then it's ok to change it
TextureMatrices = 0x00000002,
//
// Rough example, modify as necessary.