Module com.io7m.jcoronado.lwjgl
Package com.io7m.jcoronado.lwjgl
Class VulkanLWJGLBufferViewCreateInfos
- java.lang.Object
-
- com.io7m.jcoronado.lwjgl.VulkanLWJGLBufferViewCreateInfos
-
public final class VulkanLWJGLBufferViewCreateInfos extends java.lang.Object
Functions to pack buffer view creation info.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.lwjgl.vulkan.VkBufferViewCreateInfo
pack(org.lwjgl.system.MemoryStack stack, VulkanBufferViewCreateInfo info)
Pack a structure.static org.lwjgl.vulkan.VkBufferViewCreateInfo
packInto(VulkanBufferViewCreateInfo source, org.lwjgl.vulkan.VkBufferViewCreateInfo target)
Pack a structure.static org.lwjgl.vulkan.VkBufferViewCreateInfo.Buffer
packList(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> infos)
Pack structures.static org.lwjgl.vulkan.VkBufferViewCreateInfo.Buffer
packListOrNull(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> infos)
Pack structures.
-
-
-
Method Detail
-
pack
public static org.lwjgl.vulkan.VkBufferViewCreateInfo pack(org.lwjgl.system.MemoryStack stack, VulkanBufferViewCreateInfo 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.VkBufferViewCreateInfo packInto(VulkanBufferViewCreateInfo source, org.lwjgl.vulkan.VkBufferViewCreateInfo 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.VkBufferViewCreateInfo.Buffer packList(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> 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.VkBufferViewCreateInfo.Buffer packListOrNull(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanBufferViewCreateInfo> infos) throws VulkanException
Pack structures.- Parameters:
stack
- A stackinfos
- A list of structures- Returns:
- A list of packed structure
- Throws:
VulkanException
- On errors
-
-