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