mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-08 13:40:09 +00:00
Constexpr usage for SHMath
This commit is contained in:
parent
efc0cf64df
commit
95f145cfe7
@ -15,8 +15,8 @@
|
||||
|
||||
namespace DirectX
|
||||
{
|
||||
const size_t XM_SH_MINORDER = 2;
|
||||
const size_t XM_SH_MAXORDER = 6;
|
||||
constexpr size_t XM_SH_MINORDER = 2;
|
||||
constexpr size_t XM_SH_MAXORDER = 6;
|
||||
|
||||
float* XM_CALLCONV XMSHEvalDirection(_Out_writes_(order*order) float *result, _In_ size_t order, _In_ FXMVECTOR dir) noexcept;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user