Class VulkanLWJGLPipelineCacheCreateInfos
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLPipelineCacheCreateInfos
Functions to pack memory ranges.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkPipelineCacheCreateInfopack(org.lwjgl.system.MemoryStack stack, VulkanPipelineCacheCreateInfo info) Pack a structure.static org.lwjgl.vulkan.VkPipelineCacheCreateInfopackInto(VulkanPipelineCacheCreateInfo source, org.lwjgl.vulkan.VkPipelineCacheCreateInfo target) Pack a structure.static org.lwjgl.vulkan.VkPipelineCacheCreateInfo.BufferpackList(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineCacheCreateInfo> infos) Pack structures.static org.lwjgl.vulkan.VkPipelineCacheCreateInfo.BufferpackListOrNull(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineCacheCreateInfo> infos) Pack structures.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkPipelineCacheCreateInfo pack(org.lwjgl.system.MemoryStack stack, VulkanPipelineCacheCreateInfo info) Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure
-
packInto
public static org.lwjgl.vulkan.VkPipelineCacheCreateInfo packInto(VulkanPipelineCacheCreateInfo source, org.lwjgl.vulkan.VkPipelineCacheCreateInfo target) Pack a structure.- Parameters:
source- The input structuretarget- The output structure- Returns:
- A packed structure
-
packList
public static org.lwjgl.vulkan.VkPipelineCacheCreateInfo.Buffer packList(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineCacheCreateInfo> 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.VkPipelineCacheCreateInfo.Buffer packListOrNull(org.lwjgl.system.MemoryStack stack, List<VulkanPipelineCacheCreateInfo> infos) throws VulkanException Pack structures.- Parameters:
stack- A stackinfos- A list of structures- Returns:
- A list of packed structure
- Throws:
VulkanException- On errors
-