#include <Wireframe.hpp>
◆ Wireframe() [1/4]
shkyera::Wireframe::Wireframe |
( |
const std::filesystem::path & |
filepath | ) |
|
◆ Wireframe() [2/4]
shkyera::Wireframe::Wireframe |
( |
const std::vector< Edge > & |
edges | ) |
|
◆ Wireframe() [3/4]
◆ Wireframe() [4/4]
shkyera::Wireframe::Wireframe |
( |
Wireframe && |
other | ) |
|
|
noexcept |
◆ ~Wireframe()
shkyera::Wireframe::~Wireframe |
( |
| ) |
|
◆ bind()
void shkyera::Wireframe::bind |
( |
| ) |
const |
|
inline |
◆ getEdgeCount()
GLsizei shkyera::Wireframe::getEdgeCount |
( |
| ) |
const |
|
inline |
◆ getVAO()
GLuint shkyera::Wireframe::getVAO |
( |
| ) |
const |
|
inline |
◆ getVBO()
GLuint shkyera::Wireframe::getVBO |
( |
| ) |
const |
|
inline |
◆ loadFromFile()
void shkyera::Wireframe::loadFromFile |
( |
const std::filesystem::path & |
filepath | ) |
|
|
private |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ unbind()
void shkyera::Wireframe::unbind |
( |
| ) |
const |
|
inline |
◆ uploadToGPU()
void shkyera::Wireframe::uploadToGPU |
( |
const std::vector< Edge > & |
edges | ) |
|
|
private |
◆ _edgeCount
GLsizei shkyera::Wireframe::_edgeCount |
|
private |
◆ _vao
GLuint shkyera::Wireframe::_vao |
|
private |
◆ _vbo
GLuint shkyera::Wireframe::_vbo |
|
private |
The documentation for this class was generated from the following files: