Metal API validation fixes

This commit is contained in:
Jack Andersen
2018-01-24 20:55:42 -10:00
parent 1d70723c98
commit 5b62fcd826
3 changed files with 16 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ public:
const ObjToken<IVertexFormat>& vtxFmt,
BlendFactor srcFac, BlendFactor dstFac, Primitive prim,
ZTest depthTest, bool depthWrite, bool colorWrite,
bool alphaWrite, CullMode culling);
bool alphaWrite, CullMode culling, bool depthAttachment = true);
ObjToken<IShaderDataBinding>
newShaderDataBinding(const ObjToken<IShaderPipeline>& pipeline,