Remove SetMatrix macro

This commit is contained in:
twinaphex 2018-04-23 17:04:59 +02:00
parent 0e5ccd7c15
commit bd3f39b005

View File

@ -49,10 +49,6 @@
#define ID3DXConstantTable_SetFloatArray(p,a,b,c,d) (p)->SetFloatArray(a,b,c,d)
#endif
#ifndef ID3DXConstantTable_SetMatrix
#define ID3DXConstantTable_SetMatrix(p,a,b,c) ((p)->SetMatrix(a,b,c))
#endif
#else
#ifndef ID3DXConstantTable_SetDefaults