MSDN says:
But what about functions who just return XMVECTOR or XMMATRIX without accepting parameters of these type aliases?
Should one write:
XMVECTOR XM_CALLCONV f();
or
XMVECTOR f();
?
↧