![]() |
LLGL 0.05 Beta
|
#include <LLGL/Export.h>#include <LLGL/Format.h>#include <LLGL/SystemValue.h>#include <LLGL/Container/Strings.h>#include <cstdint>Classes | |
| struct | LLGL::VertexAttribute |
| Vertex input/output attribute structure. More... | |
Namespaces | |
| namespace | LLGL |
Functions | |
| LLGL_EXPORT bool | LLGL::operator== (const VertexAttribute &lhs, const VertexAttribute &rhs) |
| Compares the two VertexAttribute types for equality (including their names and all other members). | |
| LLGL_EXPORT bool | LLGL::operator!= (const VertexAttribute &lhs, const VertexAttribute &rhs) |
| Compares the two VertexAttribute types for inequality (including their names and all other members). | |