|
Midnight Graphics
Create Fast and Simple Graphics in C++
|
Classes | |
| struct | Layout |
| struct | Pool |
Public Member Functions | |
| Descriptor (const Descriptor &)=delete | |
| Descriptor (Descriptor &&) | |
| template<Layout::Binding::Type T> | |
| void | update (uint32_t index, const typename Layout::BindingData< T >::Type &data) |
| auto | getLayoutHandle () const |
Public Member Functions inherited from mn::Graphics::ObjectHandle< Descriptor > | |
| ObjectHandle (Handle< Descriptor > h=nullptr) | |
| auto | getHandle () const |
Friends | |
| struct | Pool |
Additional Inherited Members | |
Protected Attributes inherited from mn::Graphics::ObjectHandle< Descriptor > | |
| Handle< Descriptor > | handle |