Searched defs:FragmentOutput (Results 1 – 2 of 2) sorted by relevance
89 struct FragmentOutput struct91 FragmentOutput (rr::GenericVecType type_) : type(type_) { } in FragmentOutput() function93 rr::GenericVecType type;
93 struct FragmentOutput struct95 FragmentOutput (void) in FragmentOutput() argument103 …FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = … in FragmentOutput() function111 glu::DataType type;112 glu::Precision precision;113 int location;114 int arrayLength; //!< 0 if not an array.