mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Fix getViewPort
returning incorrect results
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user