From 36a642f8972f33780a144197d8dc3d5bc341e080 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Tue, 18 Aug 2015 15:21:16 -0600 Subject: Bug 14406: Add support for front/back stencil reference dynamic state --- include/vk_layer.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/vk_layer.h') diff --git a/include/vk_layer.h b/include/vk_layer.h index 3c3cbada..028da8a3 100644 --- a/include/vk_layer.h +++ b/include/vk_layer.h @@ -110,8 +110,10 @@ typedef struct VkLayerDispatchTable_ PFN_vkDestroyDynamicRasterDepthBiasState DestroyDynamicRasterDepthBiasState; PFN_vkCreateDynamicColorBlendState CreateDynamicColorBlendState; PFN_vkDestroyDynamicColorBlendState DestroyDynamicColorBlendState; - PFN_vkCreateDynamicDepthStencilState CreateDynamicDepthStencilState; - PFN_vkDestroyDynamicDepthStencilState DestroyDynamicDepthStencilState; + PFN_vkCreateDynamicDepthState CreateDynamicDepthState; + PFN_vkDestroyDynamicDepthState DestroyDynamicDepthState; + PFN_vkCreateDynamicStencilState CreateDynamicStencilState; + PFN_vkDestroyDynamicStencilState DestroyDynamicStencilState; PFN_vkCreateFramebuffer CreateFramebuffer; PFN_vkDestroyFramebuffer DestroyFramebuffer; PFN_vkCreateRenderPass CreateRenderPass; @@ -130,7 +132,8 @@ typedef struct VkLayerDispatchTable_ PFN_vkCmdBindDynamicRasterLineState CmdBindDynamicRasterLineState; PFN_vkCmdBindDynamicRasterDepthBiasState CmdBindDynamicRasterDepthBiasState; PFN_vkCmdBindDynamicColorBlendState CmdBindDynamicColorBlendState; - PFN_vkCmdBindDynamicDepthStencilState CmdBindDynamicDepthStencilState; + PFN_vkCmdBindDynamicDepthState CmdBindDynamicDepthState; + PFN_vkCmdBindDynamicStencilState CmdBindDynamicStencilState; PFN_vkCmdBindDescriptorSets CmdBindDescriptorSets; PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers; PFN_vkCmdBindIndexBuffer CmdBindIndexBuffer; -- cgit v1.2.3