Class VulkanLWJGLPipelineShaderStageCreateInfos


  • public final class VulkanLWJGLPipelineShaderStageCreateInfos
    extends java.lang.Object
    Functions to pack pipeline shader stage create infos.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkPipelineShaderStageCreateInfo pack​(org.lwjgl.system.MemoryStack stack, VulkanPipelineShaderStageCreateInfo info)
      Pack a structure.
      static org.lwjgl.vulkan.VkPipelineShaderStageCreateInfo.Buffer packAll​(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanPipelineShaderStageCreateInfo> stages)
      Pack all structures.
      • Methods inherited from class java.lang.Object

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