mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove some accidentally added lines
This commit is contained in:
parent
caa960ee8e
commit
e37468700d
1 changed files with 0 additions and 5 deletions
|
@ -424,9 +424,4 @@ protected:
|
||||||
FBO_OLD_AGE = 5,
|
FBO_OLD_AGE = 5,
|
||||||
FBO_OLD_USAGE_FLAG = 15,
|
FBO_OLD_USAGE_FLAG = 15,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Thin3D stuff for reinterpreting image data between the various 16-bit formats.
|
|
||||||
// Safe, not optimal - there might be input attachment tricks, etc, but we can't use them
|
|
||||||
// since we don't want N different implementations.
|
|
||||||
Draw::Pipeline *reinterpretFromTo_[3][3];
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue