#include <ArbReg.hpp>
Inheritance diagram for shgl::ArbReg:
Public Member Functions | |
ArbReg (ArbRegType type, int index, std::string name="") | |
std::ostream & | printDecl (std::ostream &out) const |
Print a declaration for this register. | |
Public Attributes | |
ArbRegType | type |
int | index |
std::string | name |
BindingInfo | binding |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ArbReg ®) |
Output a use of an arb register. |
Definition at line 91 of file ArbReg.hpp.