getting direct X device?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
bongse1
Posts: 14
Joined: Mon Jul 26, 2010 11:41 am

getting direct X device?

Post by bongse1 »

How can I get directX device in irrlicht?
I've coded some directX class that needs feed of directX device.how can I get directX device in irrlicht?
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Code: Select all

driver->getExposedVideoData()
From there, it has d3d9, d3d8, etc. And you can eventually get your device
Post Reply