#include <Triangle.h>
|
bool | Init () override |
|
bool | Update () override |
|
bool | Draw () override |
|
void | Quit () override |
|
const std::string & | getName () override |
|
|
std::string | name = "Triangle" |
|
◆ Draw()
◆ getName()
const std::string & Triangle::getName |
( |
| ) |
|
|
inlinenodiscardoverrideprivatevirtual |
◆ Init()
◆ Quit()
◆ Update()
bool Triangle::Update |
( |
| ) |
|
|
overrideprivatevirtual |
◆ FillPipeline
SDL_GPUGraphicsPipeline * Triangle::FillPipeline {} |
|
staticprivate |
◆ LinePipeline
SDL_GPUGraphicsPipeline * Triangle::LinePipeline {} |
|
staticprivate |
◆ name
std::string Triangle::name = "Triangle" |
|
private |
◆ ScissorRect
SDL_Rect Triangle::ScissorRect = {320, 240, 320, 240} |
|
staticprivate |
◆ SmallViewport
SDL_GPUViewport Triangle::SmallViewport = {160, 120, 320, 240, 0.1f, 1.0f} |
|
staticprivate |
◆ UseScissorRect
bool Triangle::UseScissorRect = false |
|
staticprivate |
◆ UseSmallViewport
bool Triangle::UseSmallViewport = false |
|
staticprivate |
◆ UseWireframeMode
bool Triangle::UseWireframeMode = false |
|
staticprivate |
The documentation for this class was generated from the following files:
- /Users/runner/work/Garage/Garage/src/Projects/Triangle/Triangle.h
- /Users/runner/work/Garage/Garage/src/Projects/Triangle/Triangle.cpp