macOS build fixes

This commit is contained in:
Jack Andersen
2018-01-09 21:10:08 -10:00
parent b1ce75ed6e
commit 1a48dd9c42
2 changed files with 5 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ struct TestApplicationCallback : IApplicationCallback
" return tex.sample(samp, d.out_uv);\n"
"}\n";
pipeline = metalF.newShaderPipeline(VS, FS, nullptr, nullptr, vfmt, 1,
pipeline = metalF.newShaderPipeline(VS, FS, nullptr, nullptr, vfmt,
BlendFactor::One, BlendFactor::Zero, Primitive::TriStrips,
boo::ZTest::LEqual, true, true, true, boo::CullMode::None);
} else