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