From 5e4125d22120c99efe93e9ed44e671c42a5486dc Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 26 Aug 2015 10:01:32 -0600 Subject: v156: Bug 14451 - Rename dynamic state objects --- include/vk_layer.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'include/vk_layer.h') diff --git a/include/vk_layer.h b/include/vk_layer.h index 028da8a3..9e5cf4ef 100644 --- a/include/vk_layer.h +++ b/include/vk_layer.h @@ -104,14 +104,14 @@ typedef struct VkLayerDispatchTable_ PFN_vkUpdateDescriptorSets UpdateDescriptorSets; PFN_vkCreateDynamicViewportState CreateDynamicViewportState; PFN_vkDestroyDynamicViewportState DestroyDynamicViewportState; - PFN_vkCreateDynamicRasterLineState CreateDynamicRasterLineState; - PFN_vkDestroyDynamicRasterLineState DestroyDynamicRasterLineState; - PFN_vkCreateDynamicRasterDepthBiasState CreateDynamicRasterDepthBiasState; - PFN_vkDestroyDynamicRasterDepthBiasState DestroyDynamicRasterDepthBiasState; - PFN_vkCreateDynamicColorBlendState CreateDynamicColorBlendState; - PFN_vkDestroyDynamicColorBlendState DestroyDynamicColorBlendState; - PFN_vkCreateDynamicDepthState CreateDynamicDepthState; - PFN_vkDestroyDynamicDepthState DestroyDynamicDepthState; + PFN_vkCreateDynamicLineWidthState CreateDynamicLineWidthState; + PFN_vkDestroyDynamicLineWidthState DestroyDynamicLineWidthState; + PFN_vkCreateDynamicDepthBiasState CreateDynamicDepthBiasState; + PFN_vkDestroyDynamicDepthBiasState DestroyDynamicDepthBiasState; + PFN_vkCreateDynamicBlendState CreateDynamicBlendState; + PFN_vkDestroyDynamicBlendState DestroyDynamicBlendState; + PFN_vkCreateDynamicDepthBoundsState CreateDynamicDepthBoundsState; + PFN_vkDestroyDynamicDepthBoundsState DestroyDynamicDepthBoundsState; PFN_vkCreateDynamicStencilState CreateDynamicStencilState; PFN_vkDestroyDynamicStencilState DestroyDynamicStencilState; PFN_vkCreateFramebuffer CreateFramebuffer; @@ -129,10 +129,10 @@ typedef struct VkLayerDispatchTable_ PFN_vkResetCommandBuffer ResetCommandBuffer; PFN_vkCmdBindPipeline CmdBindPipeline; PFN_vkCmdBindDynamicViewportState CmdBindDynamicViewportState; - PFN_vkCmdBindDynamicRasterLineState CmdBindDynamicRasterLineState; - PFN_vkCmdBindDynamicRasterDepthBiasState CmdBindDynamicRasterDepthBiasState; - PFN_vkCmdBindDynamicColorBlendState CmdBindDynamicColorBlendState; - PFN_vkCmdBindDynamicDepthState CmdBindDynamicDepthState; + PFN_vkCmdBindDynamicLineWidthState CmdBindDynamicLineWidthState; + PFN_vkCmdBindDynamicDepthBiasState CmdBindDynamicDepthBiasState; + PFN_vkCmdBindDynamicBlendState CmdBindDynamicBlendState; + PFN_vkCmdBindDynamicDepthBoundsState CmdBindDynamicDepthBoundsState; PFN_vkCmdBindDynamicStencilState CmdBindDynamicStencilState; PFN_vkCmdBindDescriptorSets CmdBindDescriptorSets; PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers; -- cgit v1.2.3