Class VulkanLWJGLColorBlendAttachmentStates
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLColorBlendAttachmentStates
Functions to pack attachment states.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState.BufferpackAll(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineColorBlendAttachmentState> attachments) Pack a list of structures.
-
Method Details
-
packAll
public static org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState.Buffer packAll(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineColorBlendAttachmentState> attachments) Pack a list of structures.- Parameters:
stack- A stackattachments- A list of structure- Returns:
- A packed list of structures
-