cginternals / cginternals/globjects
Support for shared contexts
Open
backlog
- Dominant language
- C++
- Stars
- 563
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Besides the interface to mark two (or more) contexts as shared, the registries needs to be split up to have both shared and unshared data.
Typically shared data:
- State of OpenGL Objects as
- Program
- Shader
- Texture
- Buffer
- ...
- Loaded Files
- Named strings (?)
Typically unshared data:
- State of compound OpenGL objects as
- Vertex Array
- Framebuffer
- OpenGL version (?)
- Implementation strategies
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.