Class VulkanLWJGLAttachmentReferences


  • public final class VulkanLWJGLAttachmentReferences
    extends java.lang.Object
    Functions to pack attachment descriptions.
    • Method Detail

      • packAttachmentReferences

        public static org.lwjgl.vulkan.VkAttachmentReference.Buffer packAttachmentReferences​(org.lwjgl.system.MemoryStack stack,
                                                                                             java.util.List<VulkanAttachmentReference> references)
        Pack attachment references.
        Parameters:
        stack - A stack
        references - The references
        Returns:
        A packed buffer
      • packAttachmentReference

        public static org.lwjgl.vulkan.VkAttachmentReference packAttachmentReference​(org.lwjgl.system.MemoryStack stack,
                                                                                     VulkanAttachmentReference reference)
        Pack attachment references.
        Parameters:
        stack - A stack
        reference - The reference
        Returns:
        A packed reference