lxgui
Public Attributes | List of all members
lxgui::gui::quad Struct Reference

Simple structure holding four vertices and a material. More...

#include <gui_quad.hpp>

Public Attributes

std::array< vertex, 4 > v
 
std::shared_ptr< materialmat
 
blend_mode blend = blend_mode::normal
 

Detailed Description

Simple structure holding four vertices and a material.

Definition at line 18 of file gui_quad.hpp.

Member Data Documentation

◆ blend

blend_mode lxgui::gui::quad::blend = blend_mode::normal

Definition at line 21 of file gui_quad.hpp.

◆ mat

std::shared_ptr<material> lxgui::gui::quad::mat

Definition at line 20 of file gui_quad.hpp.

◆ v

std::array<vertex, 4> lxgui::gui::quad::v

Definition at line 19 of file gui_quad.hpp.


The documentation for this struct was generated from the following file: