OrbitEngine C++ Docs
  1. Pages
  1. Classes
  2. Files

OrbitEngine::Application::priv::ContextImpl class
#include <OE/Application/ContextImpl.hpp>

Contents

  • Reference
    • Derived classes
    • Public static functions
    • Constructors, destructors, conversion operators
    • Public functions
    • Protected functions
    • Protected static variables
    • Protected variables

Derived classes

class D3DContext
class GLContext
class VKContext

Public static functions

static auto GetCurrent() -> ContextImpl*
static auto GetCurrentAPI() -> RenderAPI

Constructors, destructors, conversion operators

~ContextImpl() virtual
ContextImpl(WindowImpl* window) protected

Public functions

void prepare() virtual
void present() pure virtual
void makeCurrent(bool active = true) virtual
void resizeContext(Math::Vec2i size) virtual
auto isReady() -> bool virtual
auto getName() -> const std::string pure virtual
auto getAPI() -> const RenderAPI pure virtual
auto getSize() -> Math::Vec2i
auto getWindowImpl() -> WindowImpl*
auto getGlobalStates() -> Graphics::States*
auto getDefaultFramebuffer() -> Graphics::FrameBuffer*

Protected functions

void contextInitialized() virtual

Protected static variables

static ContextImpl* s_CurrentContext

Protected variables

Math::Vec2i p_Size
WindowImpl* p_Window
Graphics::FrameBuffer* p_DefaultFramebuffer
Tab / T to search, Esc to close
2701 symbols (347.2 kB)

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    OrbitEngine C++ Docs. Created with Doxygen 1.8.11 and m.css.