Search code examples
windowsopenglwgl

Is wglShareLists transitive? Do I have to share each context with the other?


For example, if I share render context 'A' with render context 'B', then share render context 'C' with 'A', will 'C' be shared with 'B'?


Solution

  • Yes, wglShareLists is transitive.