![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <AttributeDescriptor.h>
Public Types | |
using | Attributes = std::array< AttributeDescriptor, to_base(AttribLocation::COUNT)> |
using | VertexBindings = vector< VertexBinding > |
Public Member Functions | |
bool | operator== (const AttributeMap &) const =default |
Public Attributes | |
Attributes | _attributes |
VertexBindings | _vertexBindings |
Definition at line 60 of file AttributeDescriptor.h.
using Divide::AttributeMap::Attributes = std::array<AttributeDescriptor, to_base( AttribLocation::COUNT )> |
Definition at line 62 of file AttributeDescriptor.h.
Definition at line 63 of file AttributeDescriptor.h.
|
default |
Attributes Divide::AttributeMap::_attributes |
Definition at line 64 of file AttributeDescriptor.h.
VertexBindings Divide::AttributeMap::_vertexBindings |
Definition at line 65 of file AttributeDescriptor.h.