Class VulkanLWJGLSemaphoreSubmitInfos
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLSemaphoreSubmitInfos
Functions to pack semaphore submit info.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkSemaphoreSubmitInfopack(org.lwjgl.system.MemoryStack stack, VulkanSemaphoreSubmitInfo info) Pack a structure.static org.lwjgl.vulkan.VkSemaphoreSubmitInfopackInto(VulkanSemaphoreSubmitInfo info, org.lwjgl.vulkan.VkSemaphoreSubmitInfo output) Pack a structure.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkSemaphoreSubmitInfo pack(org.lwjgl.system.MemoryStack stack, VulkanSemaphoreSubmitInfo info) throws VulkanIncompatibleClassException Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure
- Throws:
VulkanIncompatibleClassException- On incompatible classes
-
packInto
public static org.lwjgl.vulkan.VkSemaphoreSubmitInfo packInto(VulkanSemaphoreSubmitInfo info, org.lwjgl.vulkan.VkSemaphoreSubmitInfo output) throws VulkanIncompatibleClassException Pack a structure.- Parameters:
info- A structureoutput- The output- Returns:
- output
- Throws:
VulkanIncompatibleClassException- On incompatible classes
-