Class VulkanLWJGLRenderingInfos
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLRenderingInfos
Functions to pack rendering infos.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkRenderingInfopack(org.lwjgl.system.MemoryStack stack, VulkanRenderingInfo info) Pack rendering info.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkRenderingInfo pack(org.lwjgl.system.MemoryStack stack, VulkanRenderingInfo info) throws VulkanException Pack rendering info.- Parameters:
stack- The stackinfo- The info- Returns:
- The packed info
- Throws:
VulkanException- On errors
-