Searched defs:ColorQuad (Results 1 – 2 of 2) sorted by relevance
55 struct ColorQuad struct57 ColorQuad(uint32_t x, uint32_t y, uint32_t width, uint32_t height, Vec4 color) in ColorQuad() argument66 uint32_t m_x;67 uint32_t m_y;68 uint32_t m_width;69 uint32_t m_height;70 Vec4 m_color;
93 struct ColorQuad struct95 Vec4 p00; //!< (0, 0)96 Vec4 p01; //!< (1, 0)97 Vec4 p10; //!< (0, 1)98 Vec4 p11; //!< (1, 1)