1 2 3 4 5 6 7 8 9 10 11
#ifndef DRAW_PRIM_H #define DRAW_PRIM_H void draw_invalidate_vcache( struct draw_context *draw ); #endif /* DRAW_PRIM_H */