Class VkRenderingInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkRenderingInfoKHR

public class VkRenderingInfo extends Struct<VkRenderingInfo> implements NativeResource

 struct VkRenderingInfo {
     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;
 }