Fix getViewPort returning incorrect results

This commit is contained in:
Vincent Robinson
2021-06-21 14:16:38 -07:00
committed by GitHub
parent b43f9b96e0
commit 78d1a3f73e
6 changed files with 38 additions and 8 deletions

View File

@ -379,6 +379,9 @@ namespace video
bool setMaterialTexture(irr::u32 layerIdx, const irr::video::ITexture* texture);
//! Same as `CacheHandler->setViewport`, but also sets `ViewPort`
virtual void setViewPortRaw(u32 width, u32 height);
COGLES2CacheHandler* CacheHandler;
core::stringw Name;
core::stringc VendorName;