Module com.io7m.jcoronado.lwjgl
Package com.io7m.jcoronado.lwjgl
Class VulkanLWJGLAttachmentReferences
- java.lang.Object
-
- com.io7m.jcoronado.lwjgl.VulkanLWJGLAttachmentReferences
-
public final class VulkanLWJGLAttachmentReferences extends java.lang.Object
Functions to pack attachment descriptions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.lwjgl.vulkan.VkAttachmentReference
packAttachmentReference(org.lwjgl.system.MemoryStack stack, VulkanAttachmentReference reference)
Pack attachment references.static org.lwjgl.vulkan.VkAttachmentReference.Buffer
packAttachmentReferences(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanAttachmentReference> references)
Pack attachment references.
-
-
-
Method Detail
-
packAttachmentReferences
public static org.lwjgl.vulkan.VkAttachmentReference.Buffer packAttachmentReferences(org.lwjgl.system.MemoryStack stack, java.util.List<VulkanAttachmentReference> references)
Pack attachment references.- Parameters:
stack
- A stackreferences
- The references- Returns:
- A packed buffer
-
packAttachmentReference
public static org.lwjgl.vulkan.VkAttachmentReference packAttachmentReference(org.lwjgl.system.MemoryStack stack, VulkanAttachmentReference reference)
Pack attachment references.- Parameters:
stack
- A stackreference
- The reference- Returns:
- A packed reference
-
-