some examples tuning

This commit is contained in:
Evghenii
2014-01-13 09:52:34 +01:00
parent 8f17468fa3
commit 66faf8b4e4
6 changed files with 11 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ struct Uniform
data[chunkIdx] = shdata[programIndex];
}
};
#elif 0
#elif 1
template<typename T, int N>
struct Uniform
{