Searched refs:base_shader_string (Results 1 – 1 of 1) sorted by relevance
3018 std::string base_shader_string, shader_source; in test_shader_compilation() local3023 base_shader_string = "float a[1][2][3][4];\n"; in test_shader_compilation()3024 base_shader_string += "float b = 2.0;\n\n"; in test_shader_compilation()3025 base_shader_string += shader_start; in test_shader_compilation()3030 shader_source = base_shader_string + " a"; // a var called 'a' in test_shader_compilation()3073 std::string base_shader_string; in test_shader_compilation() local3077 base_shader_string = "float a[1][2][3][4];\n"; in test_shader_compilation()3078 base_shader_string += "float b = 2.0;\n\n"; in test_shader_compilation()3079 base_shader_string += shader_start; in test_shader_compilation()3083 shader_source = base_shader_string + " a"; in test_shader_compilation()[all …]