Home | History | Annotate | Download | only in vk

Lines Matching refs:renderArea

396     VkRect2D renderArea;
397 renderArea.offset = { bounds.fLeft , bounds.fTop };
398 renderArea.extent = { (uint32_t)bounds.width(), (uint32_t)bounds.height() };
405 beginInfo.renderArea = renderArea;