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