From 08655b7f93db104867362d315615f1f6c03421d7 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 7 Dec 2015 19:42:31 -1000 Subject: [PATCH] Test build fix for OS X --- test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.cpp b/test/main.cpp index 1b9f80d..e3fa7bd 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -367,7 +367,7 @@ struct TestApplicationCallback : IApplicationCallback " return tex.sample(samp, d.out_uv);\n" "}\n"; - pipeline = metalF->newShaderPipeline(VS, FS, vfmt, self->m_renderTarget, + pipeline = metalF->newShaderPipeline(VS, FS, vfmt, 1, BlendFactor::One, BlendFactor::Zero, true, true, false); } #endif