#include "Common.h" namespace material { boost::array<const char*, PASS_TYPES_NUM> passNames = {{ "COLOR_PASS", "DEPTH_PASS" }}; } // end namesapce