Class VkRenderingInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingInfoKHR extends VkRenderingInfo

 struct VkRenderingInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkRenderingFlags flags;
     {@link VkRect2D VkRect2D} renderArea;
     uint32_t layerCount;
     uint32_t viewMask;
     uint32_t colorAttachmentCount;
     {@link VkRenderingAttachmentInfo VkRenderingAttachmentInfo} const * pColorAttachments;
     {@link VkRenderingAttachmentInfo VkRenderingAttachmentInfo} const * pDepthAttachment;
     {@link VkRenderingAttachmentInfo VkRenderingAttachmentInfo} const * pStencilAttachment;
 }