local_size_y = b, local_size_z = c) in;
当中用蓝色标记出的部分(layout, local_size_x, local_size_y, local_size_z, in)为keyword...,斜体字部分(a, b, c)为数据类型为unsigned int的数字,请编写一个函数,用于从文件里抽取出a, b, c的值。...#include
#include
#include
#include
#include <boost/tuple/tuple.hpp...******************************************
//FUNCTION:
boost::tuples::tuple getValue(...) const
{
return boost::make_tuple(m_X, m_Y, m_Z);
}
private:
//********************************