From 048ff06c36359edb8a1da872cc7549c56b772d61 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 5 Dec 2018 16:06:32 -0500 Subject: Break apart Amber::Execute method. (#143) Break apart Amber::Execute method. This CL splits Amber::Execute into a parse and execute step. The Parse step accepts a Recipe to fill out, that Recipe is then passed into the Execute step. The recipe, in the future, will allow retrieving information about the given script. --- src/shader_compiler_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shader_compiler_test.cc') diff --git a/src/shader_compiler_test.cc b/src/shader_compiler_test.cc index 853fe55..4430d96 100644 --- a/src/shader_compiler_test.cc +++ b/src/shader_compiler_test.cc @@ -16,7 +16,7 @@ #include "gtest/gtest.h" #include "src/shader_compiler.h" -#include "src/vkscript/section_parser.h" // For the passthrough vertex shader +#include "src/shader_data.h" namespace amber { namespace { -- cgit v1.2.3