Class VulkanLWJGLClearAttachments
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLClearAttachments
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkClearAttachmentpack(org.lwjgl.system.MemoryStack stack, VulkanClearAttachment info) Pack a structure.static org.lwjgl.vulkan.VkClearAttachmentpackInto(org.lwjgl.system.MemoryStack stack, VulkanClearAttachment source, org.lwjgl.vulkan.VkClearAttachment target) Pack a structure.static org.lwjgl.vulkan.VkClearAttachment.BufferpackList(org.lwjgl.system.MemoryStack stack, List<VulkanClearAttachment> infos) Pack structures.static org.lwjgl.vulkan.VkClearAttachment.BufferpackListOrNull(org.lwjgl.system.MemoryStack stack, List<VulkanClearAttachment> infos) Pack structures.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkClearAttachment pack(org.lwjgl.system.MemoryStack stack, VulkanClearAttachment info) Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure
-
packInto
public static org.lwjgl.vulkan.VkClearAttachment packInto(org.lwjgl.system.MemoryStack stack, VulkanClearAttachment source, org.lwjgl.vulkan.VkClearAttachment target) Pack a structure.- Parameters:
stack- A stacksource- The input structuretarget- The output structure- Returns:
- A packed structure
-
packList
public static org.lwjgl.vulkan.VkClearAttachment.Buffer packList(org.lwjgl.system.MemoryStack stack, List<VulkanClearAttachment> infos) throws VulkanException Pack structures.- Parameters:
stack- A stackinfos- A list of structure- Returns:
- A list of packed structure
- Throws:
VulkanException- On errors
-
packListOrNull
public static org.lwjgl.vulkan.VkClearAttachment.Buffer packListOrNull(org.lwjgl.system.MemoryStack stack, List<VulkanClearAttachment> infos) throws VulkanException Pack structures.- Parameters:
stack- A stackinfos- A list of structure- Returns:
- A list of packed structure
- Throws:
VulkanException- On errors
-