mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor shaderwriter refactor
This commit is contained in:
parent
6af4644ab2
commit
f1b515caaf
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ struct VaryingDef {
|
|||
enum class ShaderWriterFlags {
|
||||
NONE = 0,
|
||||
FS_WRITE_DEPTH = 1,
|
||||
FS_AUTO_STEREO = 2,
|
||||
};
|
||||
ENUM_CLASS_BITOPS(ShaderWriterFlags);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue