Lines Matching refs:rendering

1600 [[drawing-conditional-rendering]]
1603 Certain rendering commands can: be executed conditionally based on a value
1605 These rendering commands are limited to <<drawing,drawing commands>>,
1607 flink:vkCmdClearAttachments within a conditional rendering block which is
1610 Other rendering commands remain unaffected by conditional rendering.
1612 [[active-conditional-rendering]]
1613 After beginning conditional rendering, it is considered _active_ within the
1617 Conditional rendering must: begin and end in the same command buffer.
1618 When conditional rendering is active, a primary command buffer can: execute
1621 For a secondary command buffer to be executed while conditional rendering is
1627 Conditional rendering must: also either begin and end inside the same
1631 …ginConditionalRenderingEXT',desc='Define the beginning of a conditional rendering block',type='pro…
1633 To begin conditional rendering, call:
1641 of conditional rendering.
1646 Conditional rendering must: not already be
1647 <<active-conditional-rendering,active>>
1653 [open,refpage='VkConditionalRenderingBeginInfoEXT',desc='Structure specifying conditional rendering
1663 rendering.
1667 specifying the behavior of conditional rendering.
1670 rendering commands are discarded, otherwise they are executed as normal.
1672 rendering is active, the rendering commands may: be discarded in an
1675 conditional rendering while others may read it before every rendering
1696 …ConditionalRenderingFlagBitsEXT',desc='Specify the behavior of conditional rendering',type='enums']
1700 behavior of conditional rendering, are:
1705 used to determine whether to discard rendering commands or not.
1707 pname:offset is zero, the rendering commands are not discarded, and if
1719 [open,refpage='vkCmdEndConditionalRenderingEXT',desc='Define the end of a conditional rendering blo…
1721 To end conditional rendering, call:
1728 Once ended, conditional rendering becomes inactive.
1733 Conditional rendering must: be <<active-conditional-rendering,active>>
1735 If conditional rendering was made
1736 <<active-conditional-rendering,active>> outside of a render pass
1739 If conditional rendering was made
1740 <<active-conditional-rendering,active>> within a subpass it must: be