We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695243a commit 130ac15Copy full SHA for 130ac15
src/nbl/asset/interchange/CGraphicsPipelineLoaderMTL.cpp
@@ -179,6 +179,9 @@ core::smart_refctd_ptr<ICPURenderpassIndependentPipeline> CGraphicsPipelineLoade
179
{
180
SBlendParams blendParams;
181
182
+ for (size_t i = 0ull; i < SBlendParams::MAX_COLOR_ATTACHMENT_COUNT; i++)
183
+ blendParams.blendParams[i].attachmentEnabled = (i == 0ull);
184
+
185
std::string cacheKey("nbl/builtin/renderpass_independent_pipeline/loader/mtl/");
186
187
const uint32_t illum = _mtl.params.extra&0xfu;
0 commit comments