mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Removes Direct3D9 functionality.
This commit is contained in:
parent
5ac6f6beb3
commit
edd1e0a270
86 changed files with 382 additions and 10445 deletions
|
|
@ -206,7 +206,7 @@ DefineEngineStaticMethod( GFXCardProfilerAPI, getVendor, String, (),,
|
|||
}
|
||||
|
||||
DefineEngineStaticMethod( GFXCardProfilerAPI, getRenderer, String, (),,
|
||||
"Returns the renderer name. For example D3D9 or OpenGL." )
|
||||
"Returns the renderer name. For example D3D11 or OpenGL." )
|
||||
{
|
||||
return GFX->getCardProfiler()->getRendererString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue