Class VulkanLWJGLDescriptorSetLayoutBindings


  • public final class VulkanLWJGLDescriptorSetLayoutBindings
    extends java.lang.Object
    Functions to pack descriptor set layout bindings.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkDescriptorSetLayoutBinding pack​(org.lwjgl.system.MemoryStack stack, VulkanDescriptorSetLayoutBinding binding)
      Pack a value into a Vulkan structure.
      static org.lwjgl.vulkan.VkDescriptorSetLayoutBinding packInto​(org.lwjgl.system.MemoryStack stack, VulkanDescriptorSetLayoutBinding source, org.lwjgl.vulkan.VkDescriptorSetLayoutBinding target)
      Pack a value into a Vulkan structure.
      • 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.VkDescriptorSetLayoutBinding pack​(org.lwjgl.system.MemoryStack stack,
                                                                         VulkanDescriptorSetLayoutBinding binding)
                                                                  throws VulkanException
        Pack a value into a Vulkan structure.
        Parameters:
        stack - The stack used for allocations
        binding - The input value
        Returns:
        A packed Vulkan structure
        Throws:
        VulkanException - On errors
      • packInto

        public static org.lwjgl.vulkan.VkDescriptorSetLayoutBinding packInto​(org.lwjgl.system.MemoryStack stack,
                                                                             VulkanDescriptorSetLayoutBinding source,
                                                                             org.lwjgl.vulkan.VkDescriptorSetLayoutBinding target)
                                                                      throws VulkanException
        Pack a value into a Vulkan structure.
        Parameters:
        stack - The stack used for allocations
        source - The input value
        target - The output structure
        Returns:
        A packed Vulkan structure
        Throws:
        VulkanException - On errors