Re: [PATCH 5/6] d3d9/tests: Add a specular lighting test.
23 Apr
2015
23 Apr
'15
6:52 a.m.
On 22 April 2015 at 19:30, Matteo Bruni <mbruni(a)codeweavers.com> wrote:
+#define VERTICES_SIDE 5 +#define INDICES_COUNT ((VERTICES_SIDE - 1) * (VERTICES_SIDE - 1) * 2 * 3) + I don't think you really need to #define these, but if you do you should probably #undef them once you're done with them.
3887
Age (days ago)
3887
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet