Skip to content

Class AIAC::Window

ClassList > AIAC > Window

Public Functions

Type Name
int GetDisplayH ()
int GetDisplayW ()
GLFWwindow * GetGLFWWindow ()
const char * GetGlslVersion ()
uint32_t GetHeight () const
uint32_t GetWidth () const
void Init ()
bool IsOpen ()
bool IsVSync () const
void MakeCurrent ()
void OnBufferSwap ()
void OnUpdate ()
void ReleaseCurrent ()
void SetVSync (bool enabled)
void Shutdown ()
Window (const WindowProps & props)
virtual ~Window ()

Public Functions Documentation

function GetDisplayH

inline int AIAC::Window::GetDisplayH () 

function GetDisplayW

inline int AIAC::Window::GetDisplayW () 

function GetGLFWWindow

inline GLFWwindow * AIAC::Window::GetGLFWWindow () 

function GetGlslVersion

inline const char * AIAC::Window::GetGlslVersion () 

function GetHeight

inline uint32_t AIAC::Window::GetHeight () const

function GetWidth

inline uint32_t AIAC::Window::GetWidth () const

function Init

void AIAC::Window::Init () 

function IsOpen

bool AIAC::Window::IsOpen () 

function IsVSync

inline bool AIAC::Window::IsVSync () const

function MakeCurrent

void AIAC::Window::MakeCurrent () 

function OnBufferSwap

void AIAC::Window::OnBufferSwap () 

function OnUpdate

void AIAC::Window::OnUpdate () 

function ReleaseCurrent

void AIAC::Window::ReleaseCurrent () 

function SetVSync

void AIAC::Window::SetVSync (
    bool enabled
) 

function Shutdown

void AIAC::Window::Shutdown () 

function Window

AIAC::Window::Window (
    const WindowProps & props
) 

function ~Window

virtual AIAC::Window::~Window () 


The documentation for this class was generated from the following file src/AIAC/Window.h