mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
swr/rast: remove default argument from SwrSync()
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
145bf5aa5b
commit
536baf507e
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ void SWR_API SwrSync(
|
|||
PFN_CALLBACK_FUNC pfnFunc,
|
||||
uint64_t userData,
|
||||
uint64_t userData2,
|
||||
uint64_t userData3 = 0);
|
||||
uint64_t userData3);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
/// @brief Blocks until all rendering has been completed.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue