Class VulkanLWJGLBufferViewCreateInfos


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkBufferViewCreateInfo pack​(org.lwjgl.system.MemoryStack stack, VulkanBufferViewCreateInfo info)
      Pack a structure.
      static org.lwjgl.vulkan.VkBufferViewCreateInfo packInto​(VulkanBufferViewCreateInfo source, org.lwjgl.vulkan.VkBufferViewCreateInfo target)
      Pack a structure.
      static org.lwjgl.vulkan.VkBufferViewCreateInfo.Buffer packList​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> infos)
      Pack structures.
      static org.lwjgl.vulkan.VkBufferViewCreateInfo.Buffer packListOrNull​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> infos)
      Pack structures.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait