Test build fix for OS X

This commit is contained in:
Jack Andersen 2015-12-07 19:42:31 -10:00
parent 3e4ed5ad1f
commit 08655b7f93
1 changed files with 1 additions and 1 deletions

View File

@ -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