Class VulkanLWJGLShaderModules


  • public final class VulkanLWJGLShaderModules
    extends java.lang.Object
    Functions to pack shader modules.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.vulkan.VkShaderModuleCreateInfo pack​(org.lwjgl.system.MemoryStack stack, VulkanShaderModuleCreateInfo create_info)
      Pack a shader module 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.VkShaderModuleCreateInfo pack​(org.lwjgl.system.MemoryStack stack,
                                                                     VulkanShaderModuleCreateInfo create_info)
        Pack a shader module structure.
        Parameters:
        stack - A stack
        create_info - The info structure
        Returns:
        A packed structure