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

@ -342,6 +342,9 @@ namespace video
//! \param[in] lightIndex: the index of the requesting light
void assignHardwareLight(u32 lightIndex);
//! Same as `CacheHandler->setViewport`, but also sets `ViewPort`
virtual void setViewPortRaw(u32 width, u32 height);
COGLES1CacheHandler* CacheHandler;
core::stringw Name;