mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Missed file in last commit
This commit is contained in:
parent
729208e74b
commit
76e4315c3b
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ struct CGPUProgramFeatures
|
||||||
{
|
{
|
||||||
/// Use the CMaterial texture stages as the textures for a Pixel Program
|
/// 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
|
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.
|
// Rough example, modify as necessary.
|
||||||
|
|
Loading…
Reference in a new issue