Class VulkanLWJGLDescriptorBufferInfos


  • public final class VulkanLWJGLDescriptorBufferInfos
    extends java.lang.Object
    Functions to pack descriptor infos.
    • Method Summary

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

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