Class VkCommandBufferInheritanceConditionalRenderingInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandBufferInheritanceConditionalRenderingInfoEXT extends Struct<VkCommandBufferInheritanceConditionalRenderingInfoEXT> implements NativeResource
Structure specifying command buffer inheritance information.
Description

If this structure is not present, the behavior is as if conditionalRenderingEnable is FALSE.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkCommandBufferInheritanceConditionalRenderingInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkBool32 conditionalRenderingEnable();
 }