mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
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)
|
||||
#endif
|
||||
|
||||
#ifndef ID3DXConstantTable_SetMatrix
|
||||
#define ID3DXConstantTable_SetMatrix(p,a,b,c) ((p)->SetMatrix(a,b,c))
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#ifndef ID3DXConstantTable_SetDefaults
|
||||
|
Loading…
x
Reference in New Issue
Block a user