Class VkRenderingAttachmentLocationInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkRenderingAttachmentLocationInfo>
org.lwjgl.vulkan.VkRenderingAttachmentLocationInfo
org.lwjgl.vulkan.VkRenderingAttachmentLocationInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkRenderingAttachmentLocationInfoKHR extends VkRenderingAttachmentLocationInfo
See VkRenderingAttachmentLocationInfo.

Layout


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