Add debug trace IDs to ports

This commit is contained in:
elasota
2019-12-27 14:18:05 -05:00
parent 88fe873bbe
commit 8ca4d17de7
2 changed files with 5 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ namespace PortabilityLayer
uint16_t m_height;
uint32_t m_dirtyFlags;
GpPixelFormat_t m_pixelFormat;
uint32_t m_debugID;
};
inline QDPortType QDPort::GetPortType() const