swr/rast: Change formatting

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
George Kyriazis 2018-04-25 22:20:01 -05:00
parent 659910eda0
commit b3b0f0e0ec
1 changed files with 6 additions and 1 deletions

View File

@ -475,7 +475,12 @@ void SetupDefaultState(SWR_CONTEXT *pContext)
pState->depthBoundsState.depthBoundsTestMaxValue = 1.0f;
}
void SwrSync(HANDLE hContext, PFN_CALLBACK_FUNC pfnFunc, uint64_t userData, uint64_t userData2, uint64_t userData3)
void SWR_API SwrSync(
HANDLE hContext,
PFN_CALLBACK_FUNC pfnFunc,
uint64_t userData,
uint64_t userData2,
uint64_t userData3)
{
SWR_ASSERT(pfnFunc != nullptr);