This commit is contained in:
Jack Andersen
2016-03-23 22:34:03 -10:00
parent 4d33cec75c
commit 9ff168df2d
3 changed files with 26 additions and 11 deletions

View File

@@ -338,7 +338,8 @@ struct TestApplicationCallback : IApplicationCallback
ComPtr<ID3DBlob> psCompile;
ComPtr<ID3DBlob> cachedPipeline;
pipeline = d3dF->newShaderPipeline(VS, PS, vsCompile, psCompile, cachedPipeline, vfmt,
BlendFactor::One, BlendFactor::Zero, true, true, false);
BlendFactor::One, BlendFactor::Zero, Primitive::TriStrips,
true, true, false);
}
#elif BOO_HAS_METAL
else if (factory->platform() == IGraphicsDataFactory::Platform::Metal)