Class VulkanLWJGLBufferCreateInfos


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkBufferCreateInfo packInfo​(org.lwjgl.system.MemoryStack stack, VulkanBufferCreateInfo info)
      Pack info.
      • Methods inherited from class java.lang.Object

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

      • packInfo

        public static org.lwjgl.vulkan.VkBufferCreateInfo packInfo​(org.lwjgl.system.MemoryStack stack,
                                                                   VulkanBufferCreateInfo info)
                                                            throws VulkanException
        Pack info.
        Parameters:
        stack - A stack
        info - The info
        Returns:
        A packed info
        Throws:
        VulkanException - On errors