Home | History | Annotate | Download | only in functional

Lines Matching defs:attribCounts

913 	static const int	attribCounts[]			= { 1, 2, 5 };
1029 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);