Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
uint64_t | GetRenderOutput () |
void | Render (GraphicsAPI::CommandBuffer *commandBuffer) |
void | RenderPlayModeCamera (GraphicsAPI::CommandBuffer *commandBuffer) |
void | OffsetRotation (float pitch, float yaw) |
void | OffsetPosition (float x, float y, float z) |
void | ResizeViewport (uint32_t width, uint32_t height) |
void | UpdateProjectionMatrix () |
void | UpdateViewMatrix () |
glm::mat4 & | GetProjectionMatrix () |
glm::mat4 & | GetViewMatrix () |
BaseRenderer * | GetRenderer () const |