Class VkRenderingAttachmentLocationInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingAttachmentLocationInfoKHR extends VkRenderingAttachmentLocationInfo

 struct VkRenderingAttachmentLocationInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t colorAttachmentCount;
     uint32_t const * pColorAttachmentLocations;
 }