#include <API.hpp>
Definition at line 14 of file API.hpp.
◆ ClearFramebuffer()
| void Cori::Graphics::Internal::API::ClearFramebuffer |
( |
| ) |
|
|
inlinestatic |
◆ DisableBlending()
| void Cori::Graphics::Internal::API::DisableBlending |
( |
| ) |
|
|
inlinestatic |
◆ DisableDepthTest()
| void Cori::Graphics::Internal::API::DisableDepthTest |
( |
| ) |
|
|
inlinestatic |
◆ DrawElementsInstancedTriangles()
| void Cori::Graphics::Internal::API::DrawElementsInstancedTriangles |
( |
const uint32_t | instanceCount | ) |
|
|
inlinestatic |
◆ DrawElementsTriangles()
| void Cori::Graphics::Internal::API::DrawElementsTriangles |
( |
const uint32_t | elementCount | ) |
|
|
inlinestatic |
◆ EnableBlending()
| void Cori::Graphics::Internal::API::EnableBlending |
( |
| ) |
|
|
inlinestatic |
◆ EnableDepthTest()
| void Cori::Graphics::Internal::API::EnableDepthTest |
( |
| ) |
|
|
inlinestatic |
◆ Init()
| void Cori::Graphics::Internal::API::Init |
( |
| ) |
|
|
staticprotected |
◆ SetClearColor()
| void Cori::Graphics::Internal::API::SetClearColor |
( |
const glm::vec4 & | color | ) |
|
|
inlinestatic |
◆ SetDepthMask()
| void Cori::Graphics::Internal::API::SetDepthMask |
( |
const bool | mode | ) |
|
|
inlinestatic |
◆ SetViewport()
| void Cori::Graphics::Internal::API::SetViewport |
( |
const int32_t | x, |
|
|
const int32_t | y, |
|
|
const int32_t | width, |
|
|
const int32_t | height ) |
|
inlinestatic |
◆ Shutdown()
| void Cori::Graphics::Internal::API::Shutdown |
( |
| ) |
|
|
staticprotected |
◆ s_GraphicsAPI
| std::unique_ptr< CoriGraphicsAPI > Cori::Graphics::Internal::API::s_GraphicsAPI = nullptr |
|
staticprotected |
The documentation for this class was generated from the following files: