| lxgui
    | 
Simple structure holding four vertices and a material. More...
#include <gui_quad.hpp>
| Public Attributes | |
| std::array< vertex, 4 > | v | 
| std::shared_ptr< material > | mat | 
| blend_mode | blend = blend_mode::normal | 
Simple structure holding four vertices and a material.
Definition at line 18 of file gui_quad.hpp.
| blend_mode lxgui::gui::quad::blend = blend_mode::normal | 
Definition at line 21 of file gui_quad.hpp.
| std::shared_ptr<material> lxgui::gui::quad::mat | 
Definition at line 20 of file gui_quad.hpp.
| std::array<vertex, 4> lxgui::gui::quad::v | 
Definition at line 19 of file gui_quad.hpp.