mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
gallium: remove old comment about return values
This commit is contained in:
parent
30b9ead229
commit
361b179720
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ struct pipe_context {
|
|||
void (*destroy)( struct pipe_context * );
|
||||
|
||||
/**
|
||||
* VBO drawing (return false on fallbacks (temporary??))
|
||||
* VBO drawing
|
||||
*/
|
||||
/*@{*/
|
||||
void (*draw_arrays)( struct pipe_context *pipe,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue