1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-08 13:40:09 +00:00

Remove extra comma

This commit is contained in:
Chuck Walbourn 2018-01-16 14:30:35 -08:00
parent 33f7f2d0ff
commit d090df7c0f
6 changed files with 9 additions and 9 deletions

View File

@ -342,5 +342,5 @@ namespace TriangleTests
#pragma warning(pop)
}; // namespace DirectX
} // namespace DirectX

View File

@ -507,7 +507,7 @@ inline void XM_CALLCONV FastIntersectFrustumPlane( _In_ FXMVECTOR Point0, _In_ F
Inside = XMVectorLess( Max, PlaneDist );
}
}; // namespace Internal
} // namespace Internal
/****************************************************************************
@ -4780,5 +4780,5 @@ inline ContainmentType XM_CALLCONV ContainedBy( FXMVECTOR V0, FXMVECTOR V1, FXMV
return INTERSECTS;
}
}; // namespace TriangleTests
} // namespace TriangleTests

View File

@ -163,7 +163,7 @@ namespace Colors
XMGLOBALCONST XMVECTORF32 Yellow = { { { 1.000000000f, 1.000000000f, 0.000000000f, 1.000000000f } } };
XMGLOBALCONST XMVECTORF32 YellowGreen = { { { 0.603921592f, 0.803921640f, 0.196078449f, 1.000000000f } } };
}; // namespace Colors
} // namespace Colors
}; // namespace DirectX
} // namespace DirectX

View File

@ -2016,5 +2016,5 @@ inline XMVECTOR XM_CALLCONV XMVectorSplatConstantInt(int32_t IntConstant)
#pragma warning(pop)
}; // namespace DirectX
} // namespace DirectX

View File

@ -1634,7 +1634,7 @@ inline XMVECTOR XM_CALLCONV XMColorHue2Clr( FXMVECTOR p, FXMVECTOR q, FXMVECTOR
return p;
}
}; // namespace Internal
} // namespace Internal
inline XMVECTOR XM_CALLCONV XMColorHSLToRGB( FXMVECTOR hsl )
{

View File

@ -1003,7 +1003,7 @@ void XM_DEPRECATED XM_CALLCONV XMStoreXDec4(_Out_ XMXDEC4* pDestination, _In_
#pragma warning(pop)
}; // namespace PackedVector
} // namespace PackedVector
}; // namespace DirectX
} // namespace DirectX