mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
remove old draw_vertices()
This commit is contained in:
parent
e94ea99254
commit
e9190ec534
1 changed files with 0 additions and 6 deletions
|
|
@ -126,10 +126,4 @@ draw_arrays(struct draw_context *draw, unsigned prim,
|
|||
unsigned start, unsigned count);
|
||||
|
||||
|
||||
void draw_vertices(struct draw_context *draw,
|
||||
unsigned mode,
|
||||
unsigned numVertex, const float *verts,
|
||||
unsigned numAttribs, const unsigned attribs[]);
|
||||
|
||||
|
||||
#endif /* DRAW_CONTEXT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue