Class VkRenderingInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingInfoKHR extends VkRenderingInfo

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