![]() |
Shkyera Engine
Easy to use, game engine for Python
|
This is the complete list of members for shkyera::Wireframe, including all inherited members.
_edgeCount | shkyera::Wireframe | private |
_vao | shkyera::Wireframe | private |
_vbo | shkyera::Wireframe | private |
bind() const | shkyera::Wireframe | inline |
getEdgeCount() const | shkyera::Wireframe | inline |
getVAO() const | shkyera::Wireframe | inline |
getVBO() const | shkyera::Wireframe | inline |
loadFromFile(const std::filesystem::path &filepath) | shkyera::Wireframe | private |
operator=(const Wireframe &other)=delete | shkyera::Wireframe | |
operator=(Wireframe &&other) noexcept | shkyera::Wireframe | |
unbind() const | shkyera::Wireframe | inline |
uploadToGPU(const std::vector< Edge > &edges) | shkyera::Wireframe | private |
Wireframe(const std::filesystem::path &filepath) | shkyera::Wireframe | |
Wireframe(const std::vector< Edge > &edges) | shkyera::Wireframe | |
Wireframe(const Wireframe &other)=delete | shkyera::Wireframe | |
Wireframe(Wireframe &&other) noexcept | shkyera::Wireframe | |
~Wireframe() | shkyera::Wireframe |