swr/rast: remove default argument from SwrSync()

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2017-04-19 10:58:59 -05:00
parent 145bf5aa5b
commit 536baf507e

View file

@ -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.