Vertex arrays describes how vertex input attributes are stored in vertex buffers.
More...
#include <vertex-array.hpp>
Vertex arrays describes how vertex input attributes are stored in vertex buffers.
Definition at line 32 of file vertex-array.hpp.
◆ vertex_array() [1/4]
Constructs a vertex array.
- Parameters
-
attributes | Vertex input attributes. |
@except std::invalid_argument Vertex input attribute has unsupported format.
Definition at line 220 of file vertex-array.cpp.
◆ vertex_array() [2/4]
gl::vertex_array::vertex_array |
( |
| ) |
|
Constructs a vertex array.
- Parameters
-
attributes | Vertex input attributes. |
@except std::invalid_argument Vertex input attribute has unsupported format.
Definition at line 322 of file vertex-array.cpp.
◆ ~vertex_array()
gl::vertex_array::~vertex_array |
( |
| ) |
|
◆ vertex_array() [3/4]
◆ vertex_array() [4/4]
◆ attributes()
Returns the vertex array's vertex input attributes.
Definition at line 51 of file vertex-array.hpp.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pipeline
The documentation for this class was generated from the following files: