Class VulkanLWJGLPipelineDepthStencilStateCreateInfos
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLPipelineDepthStencilStateCreateInfos
Functions to pack pipeline creation info.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.lwjgl.vulkan.VkPipelineDepthStencilStateCreateInfopack(org.lwjgl.system.MemoryStack stack, VulkanPipelineDepthStencilStateCreateInfo info) Pack a structure.static org.lwjgl.vulkan.VkPipelineDepthStencilStateCreateInfopackOptional(org.lwjgl.system.MemoryStack stack, Optional<VulkanPipelineDepthStencilStateCreateInfo> info) Pack a structure.
-
Method Details
-
pack
public static org.lwjgl.vulkan.VkPipelineDepthStencilStateCreateInfo pack(org.lwjgl.system.MemoryStack stack, VulkanPipelineDepthStencilStateCreateInfo info) Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure
-
packOptional
public static org.lwjgl.vulkan.VkPipelineDepthStencilStateCreateInfo packOptional(org.lwjgl.system.MemoryStack stack, Optional<VulkanPipelineDepthStencilStateCreateInfo> info) Pack a structure.- Parameters:
stack- A stackinfo- A structure- Returns:
- A packed structure (or null)
-