Searched defs:GLColorT (Results 1 – 1 of 1) sorted by relevance
164 struct GLColorT struct166 constexpr GLColorT() : GLColorT(0, 0, 0, 0) {} in GLColorT() argument167 constexpr GLColorT(T r, T g, T b, T a) : R(r), G(g), B(b), A(a) {} in GLColorT() function172 using GLColor16 = GLColorT<uint16_t>; argument