class
#include <OE/Application/Context.hpp>
Context
Contents
Base classes
-
template<typename T>class OrbitEngine::Misc::Pimpl
Public static functions
- static auto GetCurrent() -> Context*
- static auto GetCurrentAPI() -> RenderAPI
Constructors, destructors, conversion operators
Public functions
- auto isReady() -> bool
- void prepare()
- void present()
- void makeCurrent()
-
void resizeContext(Math::
Vec2i size) - auto getWindow() -> Window*
-
auto getSize() -> Math::
Vec2i - auto getName() -> const std::string
- auto getAPI() -> const RenderAPI
-
auto getGlobalStates() -> Graphics::
States* -
auto getDefaultFramebuffer() -> Graphics::
FrameBuffer*