Class VulkanLWJGLDescriptorSetAllocateInfos

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

public final class VulkanLWJGLDescriptorSetAllocateInfos extends Object
Functions to pack descriptor set allocation info.
  • Method Details

    • pack

      public static org.lwjgl.vulkan.VkDescriptorSetAllocateInfo pack(org.lwjgl.system.MemoryStack stack, VulkanDescriptorSetAllocateInfo info) throws VulkanException
      Pack a value into a Vulkan structure.
      Parameters:
      stack - The stack used for allocations
      info - The input value
      Returns:
      A packed Vulkan structure
      Throws:
      VulkanException - On errors
    • packInto

      public static org.lwjgl.vulkan.VkDescriptorSetAllocateInfo packInto(org.lwjgl.system.MemoryStack stack, VulkanDescriptorSetAllocateInfo info, org.lwjgl.vulkan.VkDescriptorSetAllocateInfo buffer) throws VulkanException
      Pack a value into a Vulkan structure.
      Parameters:
      stack - The stack used for allocations
      info - The input value
      buffer - The output value
      Returns:
      A packed Vulkan structure
      Throws:
      VulkanException - On errors