Class VulkanLWJGLDependencyInfos
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLDependencyInfos
Functions to pack dependency infos.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkDependencyInfopack(org.lwjgl.system.MemoryStack stack, VulkanDependencyInfo info) Pack a structure.static org.lwjgl.vulkan.VkDependencyInfopackInto(org.lwjgl.system.MemoryStack stack, VulkanDependencyInfo source, org.lwjgl.vulkan.VkDependencyInfo target) Pack a structure.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkDependencyInfo pack(org.lwjgl.system.MemoryStack stack, VulkanDependencyInfo info) throws VulkanException Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure
- Throws:
VulkanIncompatibleClassException- On errorsVulkanException
-
packInto
public static org.lwjgl.vulkan.VkDependencyInfo packInto(org.lwjgl.system.MemoryStack stack, VulkanDependencyInfo source, org.lwjgl.vulkan.VkDependencyInfo target) throws VulkanException Pack a structure.- Parameters:
stack- A stacksource- The input structuretarget- The output structure- Returns:
- A packed structure
- Throws:
VulkanException- On errors
-