diff options
author | Tim Rowley <[email protected]> | 2017-04-19 10:58:59 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-04-28 19:56:11 -0500 |
commit | 536baf507e92d7e56f5a8b68e8bf58972da0d369 (patch) | |
tree | f625c180caee1b699a15a22b8998d90dbdb0c6e6 /src | |
parent | 145bf5aa5b665124fef5119123a45b68b02b1359 (diff) |
swr/rast: remove default argument from SwrSync()
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/api.h b/src/gallium/drivers/swr/rasterizer/core/api.h index d0f29dd7333..b9b994ad379 100644 --- a/src/gallium/drivers/swr/rasterizer/core/api.h +++ b/src/gallium/drivers/swr/rasterizer/core/api.h @@ -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. |