兼容Direct3D10或者OpenGL3的显卡(主流显卡都没问题)。
myRenderer = CEGUI::Direct3D9Renderer::create( myD3D9Device ); CEGUI::System::create( myRenderer ); Direct3D10 the scene myD3DDevice->EndScene(); // finally present the frame. myD3DDevice->Present(0, 0, 0, 0); Direct3D10