Remove SetMatrix macro
This commit is contained in:
parent
0e5ccd7c15
commit
bd3f39b005
|
@ -49,10 +49,6 @@
|
||||||
#define ID3DXConstantTable_SetFloatArray(p,a,b,c,d) (p)->SetFloatArray(a,b,c,d)
|
#define ID3DXConstantTable_SetFloatArray(p,a,b,c,d) (p)->SetFloatArray(a,b,c,d)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ID3DXConstantTable_SetMatrix
|
|
||||||
#define ID3DXConstantTable_SetMatrix(p,a,b,c) ((p)->SetMatrix(a,b,c))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#ifndef ID3DXConstantTable_SetDefaults
|
#ifndef ID3DXConstantTable_SetDefaults
|
||||||
|
|
Loading…
Reference in New Issue