Class VkRenderingAreaInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingAreaInfoKHR extends VkRenderingAreaInfo

 struct VkRenderingAreaInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t viewMask;
     uint32_t colorAttachmentCount;
     VkFormat const * pColorAttachmentFormats;
     VkFormat depthAttachmentFormat;
     VkFormat stencilAttachmentFormat;
 }