Class VulkanLWJGLAttachmentReferences

java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLAttachmentReferences

public final class VulkanLWJGLAttachmentReferences extends Object
Functions to pack attachment descriptions.
  • Method Details

    • packAttachmentReferences

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

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