Add connection status overlay for DXVA2 and SDL
This commit is contained in:
parent
9a6f5ba1a8
commit
c75b9c9221
9 changed files with 186 additions and 95 deletions
|
|
@ -9,6 +9,9 @@ OverlayManager::OverlayManager() :
|
|||
|
||||
m_Overlays[OverlayType::OverlayDebug].color = {0xD0, 0xD0, 0x00, 0xFF};
|
||||
m_Overlays[OverlayType::OverlayDebug].fontSize = 20;
|
||||
|
||||
m_Overlays[OverlayType::OverlayStatusUpdate].color = {0xCC, 0x00, 0x00, 0xFF};
|
||||
m_Overlays[OverlayType::OverlayStatusUpdate].fontSize = 36;
|
||||
}
|
||||
|
||||
bool OverlayManager::isOverlayEnabled(OverlayType type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue