Class VulkanLWJGLStencilOpStates
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLStencilOpStates
Functions to pack attachment descriptions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkStencilOpStatepack(org.lwjgl.system.MemoryStack stack, VulkanStencilOpState state) Pack a structure.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkStencilOpState pack(org.lwjgl.system.MemoryStack stack, VulkanStencilOpState state) Pack a structure.- Parameters:
stack- A stackstate- A structure- Returns:
- A packed structure
-