-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
gfxAnything related to the graphics subsystemAnything related to the graphics subsystem
Description
Graphics context was designed so we could support several different versions and not only GLFW OpenGL. Should implement a null graphics version which can be used for testing purposes where you want a proxy interface that compiles but does not actually create a graphics context.
Requirements
- Should not open up Window context
- Should not open up OpenGL context
- Should not allocate textures or VBOs
- Interface should still work as if it was a real graphical context.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
gfxAnything related to the graphics subsystemAnything related to the graphics subsystem