Searched refs:BLACK_COLOR (Results 1 – 1 of 1) sorted by relevance
51 static const Vec4 BLACK_COLOR = Vec4(0.0f, 0.0f, 0.0f, 1.0f); variable314 glClearColor (BLACK_COLOR.x(), BLACK_COLOR.y(), BLACK_COLOR.z(), BLACK_COLOR.w()); in iterate()