Fix DRM FD leak with Vulkan windows

This commit is contained in:
Cameron Gutman
2024-09-21 21:41:43 -05:00
parent 6f39d120cb
commit 023b6b2772
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ private:
AVBufferRef* m_HwContext;
int m_DrmFd;
bool m_DrmIsMaster;
bool m_SdlOwnsDrmFd;
bool m_MustCloseDrmFd;
bool m_SupportsDirectRendering;
int m_VideoFormat;
uint32_t m_ConnectorId;