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;
     VkRect2D renderArea;
     uint32_t layerCount;
     uint32_t viewMask;
     uint32_t colorAttachmentCount;
     VkRenderingAttachmentInfo const * pColorAttachments;
     VkRenderingAttachmentInfo const * pDepthAttachment;
     VkRenderingAttachmentInfo const * pStencilAttachment;
 }