struct
#include <core/gl/render_device.hpp>
ConstantBufferStructure Describes the structure of a constant buffer.
Public variables
- std::size_t size
- Size of the buffer in bytes.
- std::size_t elementCount
- Number of elements.
- ConstantBufferElement elements
- Constant buffer elements.