Searched refs:base_shader_string (Results 1 – 1 of 1) sorted by relevance
3102 std::string base_shader_string, shader_source; in test_shader_compilation() local3107 base_shader_string = "float a[1][2][3][4];\n"; in test_shader_compilation()3108 base_shader_string += "float b = 2.0;\n\n"; in test_shader_compilation()3109 base_shader_string += shader_start; in test_shader_compilation()3114 shader_source = base_shader_string + " a"; // a var called 'a' in test_shader_compilation()3157 std::string base_shader_string; in test_shader_compilation() local3161 base_shader_string = "float a[1][2][3][4];\n"; in test_shader_compilation()3162 base_shader_string += "float b = 2.0;\n\n"; in test_shader_compilation()3163 base_shader_string += shader_start; in test_shader_compilation()3167 shader_source = base_shader_string + " a"; in test_shader_compilation()[all …]