Searched refs:colAttachmentCount (Results 1 – 1 of 1) sorted by relevance
282 const uint32_t colAttachmentCount = renderPassSubpassDescs[subpassIndex].colorAttachmentCount; in GraphicsPipelineStateObjectVk() local283 PLUGIN_ASSERT(colAttachmentCount <= PipelineStateConstants::MAX_COLOR_ATTACHMENT_COUNT); in GraphicsPipelineStateObjectVk()284 for (size_t idx = 0; idx < colAttachmentCount; ++idx) { in GraphicsPipelineStateObjectVk()307 colAttachmentCount, // attachmentCount in GraphicsPipelineStateObjectVk()