mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Direct3D11 Engine/source changes
This commit is contained in:
parent
3a9b50f702
commit
41e5caf22b
81 changed files with 1291 additions and 617 deletions
|
|
@ -514,7 +514,7 @@ void GFXPCD3D9Device::init( const GFXVideoMode &mode, PlatformWindow *window /*
|
|||
mCardProfiler = new GFXD3D9CardProfiler(mAdapterIndex);
|
||||
mCardProfiler->init();
|
||||
|
||||
gScreenShot = new ScreenShotD3D;
|
||||
gScreenShot = new ScreenShotD3D9;
|
||||
|
||||
// Set the video capture frame grabber.
|
||||
mVideoFrameGrabber = new VideoFrameGrabberD3D9();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue