gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment

This commit is contained in:
Brian Paul 2012-09-19 12:43:38 -06:00
parent 0bcad02955
commit 58f386b20b
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ struct pipe_screen {
/**
* Wait for the fence to finish.
* \param timeout in nanoseconds
* \param timeout in nanoseconds (may be PIPE_TIMEOUT_INFINITE).
*/
boolean (*fence_finish)( struct pipe_screen *screen,
struct pipe_fence_handle *fence,