Magnum::Ui::TextLayerCommonStyleUniform struct new in Git master

Properties common to all TextLayer style uniforms.

Together with one or more TextLayerStyleUniform instances contains style properties that are used by the TextLayer shaders to draw the layer data, packed in a form that allows direct usage in uniform buffers. Is uploaded using TextLayer::Shared::setStyle(), style data that aren't used by the shader are passed to the function separately.

Currently this is just a placeholder with no properties.

Constructors, destructors, conversion operators

TextLayerCommonStyleUniform(DefaultInitT = DefaultInit) explicit constexpr noexcept
Construct with default values.
TextLayerCommonStyleUniform(NoInitT) explicit noexcept
Construct without initializing the contents.