blob: 0b2522c08f0648665ea4736bfb9eee0ead57d3eb (
plain)
1
2
3
4
5
6
7
8
|
#define LOCAL_VARS \
char *verts = (char *) vertices; \
const boolean quads_flatshade_last = \
draw->quads_always_flatshade_last; \
const boolean last_vertex_last = \
!draw->rasterizer->flatshade_first;
#include "draw_decompose_tmp.h"
|