Class VulkanLWJGLImageCreateInfos


  • public final class VulkanLWJGLImageCreateInfos
    extends java.lang.Object
    Functions to pack image creation info.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkImageCreateInfo pack​(org.lwjgl.system.MemoryStack stack, VulkanImageCreateInfo source)
      Pack structure.
      static org.lwjgl.vulkan.VkImageCreateInfo packInto​(org.lwjgl.system.MemoryStack stack, VulkanImageCreateInfo source, org.lwjgl.vulkan.VkImageCreateInfo output)
      Pack structures.
      • Methods inherited from class java.lang.Object

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

      • pack

        public static org.lwjgl.vulkan.VkImageCreateInfo pack​(org.lwjgl.system.MemoryStack stack,
                                                              VulkanImageCreateInfo source)
                                                       throws VulkanException
        Pack structure.
        Parameters:
        stack - A stack
        source - The source structure
        Returns:
        A packed info
        Throws:
        VulkanException - On errors
      • packInto

        public static org.lwjgl.vulkan.VkImageCreateInfo packInto​(org.lwjgl.system.MemoryStack stack,
                                                                  VulkanImageCreateInfo source,
                                                                  org.lwjgl.vulkan.VkImageCreateInfo output)
                                                           throws VulkanException
        Pack structures.
        Parameters:
        stack - A stack
        source - The source structure
        output - The output structure
        Returns:
        A packed info
        Throws:
        VulkanException - On errors