Class VulkanLWJGLMemoryAllocateInfos


  • public final class VulkanLWJGLMemoryAllocateInfos
    extends java.lang.Object
    Functions to pack subresource ranges.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkMemoryAllocateInfo pack​(org.lwjgl.system.MemoryStack stack, VulkanMemoryAllocateInfo info)
      Pack a structure.
      static org.lwjgl.vulkan.VkMemoryAllocateInfo packInto​(VulkanMemoryAllocateInfo source, org.lwjgl.vulkan.VkMemoryAllocateInfo target)
      Pack a structure.
      static org.lwjgl.vulkan.VkMemoryAllocateInfo.Buffer packList​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanMemoryAllocateInfo> infos)
      Pack structures.
      static org.lwjgl.vulkan.VkMemoryAllocateInfo.Buffer packListOrNull​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanMemoryAllocateInfo> infos)
      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.VkMemoryAllocateInfo pack​(org.lwjgl.system.MemoryStack stack,
                                                                 VulkanMemoryAllocateInfo info)
        Pack a structure.
        Parameters:
        stack - A stack
        info - A structure
        Returns:
        A packed structure
      • packInto

        public static org.lwjgl.vulkan.VkMemoryAllocateInfo packInto​(VulkanMemoryAllocateInfo source,
                                                                     org.lwjgl.vulkan.VkMemoryAllocateInfo target)
        Pack a structure.
        Parameters:
        source - The input structure
        target - The output structure
        Returns:
        A packed structure
      • packList

        public static org.lwjgl.vulkan.VkMemoryAllocateInfo.Buffer packList​(org.lwjgl.system.MemoryStack stack,
                                                                            java.util.List<VulkanMemoryAllocateInfo> infos)
                                                                     throws VulkanException
        Pack structures.
        Parameters:
        stack - A stack
        infos - A list of structures
        Returns:
        A list of packed structure
        Throws:
        VulkanException - On errors
      • packListOrNull

        public static org.lwjgl.vulkan.VkMemoryAllocateInfo.Buffer packListOrNull​(org.lwjgl.system.MemoryStack stack,
                                                                                  java.util.List<VulkanMemoryAllocateInfo> infos)
                                                                           throws VulkanException
        Pack structures.
        Parameters:
        stack - A stack
        infos - A list of structures
        Returns:
        A list of packed structure
        Throws:
        VulkanException - On errors