Bug 999579: Get the feature level in the D3D11 compositor. r=nical

This commit is contained in:
Bas Schouten 2014-04-29 22:33:11 +02:00
Родитель 62876585d7
Коммит 3d161b8148
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -120,6 +120,8 @@ CompositorD3D11::Initialize()
return false;
}
mFeatureLevel = mDevice->GetFeatureLevel();
mHwnd = (HWND)mWidget->GetNativeData(NS_NATIVE_WINDOW);
memset(&mVSConstants, 0, sizeof(VertexShaderConstants));