Lines Matching defs:clearRect
449 VkClearRect clearRect;
461 clearRect.rect.offset = { vkRect.fLeft, vkRect.fTop };
462 clearRect.rect.extent = { (uint32_t)vkRect.width(), (uint32_t)vkRect.height() };
464 clearRect.baseArrayLayer = 0;
465 clearRect.layerCount = 1;
475 this->currentCommandBuffer()->clearAttachments(fGpu, 1, &attachment, 1, &clearRect);
497 VkClearRect clearRect;
508 clearRect.rect.offset = { vkRect.fLeft, vkRect.fTop };
509 clearRect.rect.extent = { (uint32_t)vkRect.width(), (uint32_t)vkRect.height() };
510 clearRect.baseArrayLayer = 0;
511 clearRect.layerCount = 1;
521 this->currentCommandBuffer()->clearAttachments(fGpu, 1, &attachment, 1, &clearRect);