Skip to content

Implement Null Graphics context #9

@Groogy

Description

@Groogy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    gfxAnything related to the graphics subsystem

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions