Spout2 icon indicating copy to clipboard operation
Spout2 copied to clipboard

A video frame sharing system for Microsoft Windows

Results 3 Spout2 issues
Sort by recently updated
recently updated
newest added

Around lines 2965: ``` if (m_bPBOavailable) { if (!(m_caps && GLEXT_SUPPORT_PBO)) m_bPBOavailable = false; } // Show status if (!m_bPBOavailable) { if (!(m_caps && GLEXT_SUPPORT_PBO)) SpoutLogWarning("spoutGL::LoadGLextensions - pbo extensions not...

As already discussed in https://github.com/jlai/Python-SpoutGL/issues/15 it seems that DirectX CPU sharing is not working as expected in `2.007h`. I now debugged the spout code and it seems that the problem...

As already discussed in #85, this flag change allows CPU sharing to be chosen as sharing method.