Home | History | Annotate | Download | only in vk

Lines Matching defs:clears

2325     VkClearValue clears[2];
2326 clears[0].color = colorClear->color;
2327 clears[1].depthStencil.depth = 0.0f;
2328 clears[1].depthStencil.stencil = 0;
2330 fCurrentCmdBuffer->beginRenderPass(this, renderPass, clears, *target, *pBounds, true);