Class VkRenderingAttachmentLocationInfo

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

public class VkRenderingAttachmentLocationInfo extends Struct<VkRenderingAttachmentLocationInfo> implements NativeResource
struct VkRenderingAttachmentLocationInfo {
    VkStructureType sType;
    void const * pNext;
    uint32_t colorAttachmentCount;
    uint32_t const * pColorAttachmentLocations;
}