mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-01 01:11:46 +00:00
Add accessors for texture width/height
This commit is contained in:
parent
79e14282ec
commit
4b0631ccc5
@ -36,6 +36,9 @@ public:
|
||||
|
||||
static void Unbind(int stage = -1);
|
||||
|
||||
int Width() const { return width_; }
|
||||
int Height() const { return height_; }
|
||||
|
||||
private:
|
||||
bool LoadXOR(); // Loads a placeholder texture.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user