Class VkPipelineRenderingCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineRenderingCreateInfoKHR extends VkPipelineRenderingCreateInfo

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