Class VkCommandBufferInheritanceRenderingInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandBufferInheritanceRenderingInfoKHR extends VkCommandBufferInheritanceRenderingInfo

 struct VkCommandBufferInheritanceRenderingInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkRenderingFlags flags;
     uint32_t viewMask;
     uint32_t colorAttachmentCount;
     VkFormat const * pColorAttachmentFormats;
     VkFormat depthAttachmentFormat;
     VkFormat stencilAttachmentFormat;
     VkSampleCountFlagBits rasterizationSamples;
 }