Searched refs:ImageFormatPostfix (Results 1 – 2 of 2) sorted by relevance
337 std::string ImageFormatPostfix();340 std::string ImageFormatPostfix<vec4>() in ImageFormatPostfix() function346 std::string ImageFormatPostfix<ivec4>() in ImageFormatPostfix() function352 std::string ImageFormatPostfix<uvec4>() in ImageFormatPostfix() function441 …os << NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefi… in GenShader()442 …<< "image2D g_image_2d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() << ") uniform " in GenShader()444 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>() in GenShader()445 …<< "image2D g_image_cube;" NL "layout(binding = 4, rgba32" << ImageFormatPostfix<T>() << ") unifor… in GenShader()447 << ImageFormatPostfix<T>() << ") uniform " << ImageTypePrefix<T>() in GenShader()448 …<< "image2DRect g_image_rect;" NL "layout(binding = 6, rgba32" << ImageFormatPostfix<T>() << ") un… in GenShader()[all …]
113 std::string ImageFormatPostfix();116 std::string ImageFormatPostfix<vec4>() in ImageFormatPostfix() function122 std::string ImageFormatPostfix<ivec4>() in ImageFormatPostfix() function128 std::string ImageFormatPostfix<uvec4>() in ImageFormatPostfix() function401 …os << NL "layout(binding = 0, rgba32" << ImageFormatPostfix<T>() << ") readonly writeonly uniform … in GenShader()402 …TypePrefix<T>() << "image2D g_image_2d;" NL "layout(binding = 1, rgba32" << ImageFormatPostfix<T>() in GenShader()404 << "image3D g_image_3d;" NL "layout(binding = 2, rgba32" << ImageFormatPostfix<T>() in GenShader()406 << "imageCube g_image_cube;" NL "layout(binding = 3, rgba32" << ImageFormatPostfix<T>() in GenShader()