Add proper unit for video memory output.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3739 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
d43cb8b531
commit
847e4cb038
@ -394,7 +394,7 @@ bool CD3D9Driver::initDriver(HWND hwnd, bool pureSoftware)
|
||||
// get caps
|
||||
pID3DDevice->GetDeviceCaps(&Caps);
|
||||
|
||||
os::Printer::log("Currently available Video Memory", core::stringc(pID3DDevice->GetAvailableTextureMem()).c_str());
|
||||
os::Printer::log("Currently available Video Memory (kB)", core::stringc(pID3DDevice->GetAvailableTextureMem()/1024).c_str());
|
||||
|
||||
// disable stencilbuffer if necessary
|
||||
if (Params.Stencilbuffer &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user