Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
 
2
 
3
 * To get an idea how the verts path works, look at the radeon implementation.
4
 */
5
#include 
6
7
#include "r200_context.h"
8
 
9
#if (R200_MAOS_VERTS)
10
#include "r200_maos_verts.c"
11
#else
12
#include "r200_maos_arrays.c"
13
#endif
14