mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
gs-texture: Move ENABLE_BITMAPS_OPERATORS to global scope
This commit is contained in:
parent
5492f76fd0
commit
ec544bddb3
1 changed files with 2 additions and 2 deletions
|
@ -117,6 +117,6 @@ namespace gs {
|
||||||
|
|
||||||
gs_color_format get_color_format();
|
gs_color_format get_color_format();
|
||||||
};
|
};
|
||||||
|
|
||||||
ENABLE_BITMASK_OPERATORS(gs::texture::flags)
|
|
||||||
} // namespace gs
|
} // namespace gs
|
||||||
|
|
||||||
|
ENABLE_BITMASK_OPERATORS(gs::texture::flags)
|
||||||
|
|
Loading…
Reference in a new issue