Midnight Graphics
Create Fast and Simple Graphics in C++
mn::Graphics::Vector< T > Struct Template Reference

Public Member Functions

 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: