Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ TextureUsage operator|
Function
TextureUsage operator|
MyGUIEngine/include/MyGUI_RenderFormat.h:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
friend TextureUsage operator|(Enum const& a, Enum const& b)
132
{
133
return {Enum((unsigned int)a | (unsigned int)b)};
134
}
135
136
friend TextureUsage operator|(TextureUsage const& a, TextureUsage const& b)
137
{
Callers
nothing calls this directly
Calls
1
Enum
Enum · 0.70
Tested by
no test coverage detected