|
|
| Vector (uint32_t elements) |
| |
|
uint32_t | size () const |
| |
|
Buffer::gpu_addr | getAddress () const |
| |
|
void | reserve (const uint32_t &count) |
| |
|
void | resize (const uint32_t &count) |
| |
|
void | push_back (const T &value) |
| |
|
template<typename... Args> |
| void | emplace_back (Args &&... args) |
| |
|
T & | at (uint32_t index) |
| |
|
const T & | at (uint32_t index) const |
| |
|
T & | operator[] (uint32_t index) |
| |
|
const T & | operator[] (uint32_t index) const |
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/midnight-graphics/midnight-graphics/include/midnight/Graphics/Buffer.hpp