Hubris Engine
Dev
A Project to learn and get into Game Engine developement.
Loading...
Searching...
No Matches
GLWindow.h
Go to the documentation of this file.
1
#pragma once
2
#include "
../Window.h
"
3
4
namespace
Hubris::Graphics::GL
5
{
6
class
GLWindow
:
public
Window
{
7
virtual
void
Init();
8
virtual
void
Render()
noexcept
;
9
virtual
void
Close()
noexcept
;
10
virtual
Viewport
GetViewport()
const
noexcept
;
11
virtual
bool
IsValid()
const
noexcept
;
12
};
13
}
// namespace Hubris::Graphics::GL
14
Window.h
Hubris::Graphics::GL::GLWindow
Definition
GLWindow.h:6
Hubris::Graphics::Window
Definition
Window.h:23
Hubris::Graphics::GL
Definition
GLPlatform.h:4
Hubris::Graphics::Viewport
Screen-space Dimensions. The Depth Values are used by the pipelines.
Definition
Window.h:16
include
Core
Graphics
GL
GLWindow.h
Generated by
1.13.2