Class VulkanLWJGLColorBlendAttachmentStates


  • public final class VulkanLWJGLColorBlendAttachmentStates
    extends java.lang.Object
    Functions to pack attachment states.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState.Buffer packAll​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanPipelineColorBlendAttachmentState> attachments)
      Pack a list of structures.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • packAll

        public static org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState.Buffer packAll​(org.lwjgl.system.MemoryStack stack,
                                                                                          java.util.List<VulkanPipelineColorBlendAttachmentState> attachments)
        Pack a list of structures.
        Parameters:
        stack - A stack
        attachments - A list of structure
        Returns:
        A packed list of structures