aboutsummaryrefslogtreecommitdiff
path: root/include/vk_layer.h
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-08-26 10:01:32 -0600
committerCody Northrop <cody@lunarg.com>2015-08-26 10:32:23 -0600
commit5e4125d22120c99efe93e9ed44e671c42a5486dc (patch)
treeb305e6edcef4800e5208902e40da1b7cfabd9d96 /include/vk_layer.h
parente4bd138065b69e8da3a09378679c871665472ce1 (diff)
downloadusermoji-5e4125d22120c99efe93e9ed44e671c42a5486dc.tar.xz
v156: Bug 14451 - Rename dynamic state objects
Diffstat (limited to 'include/vk_layer.h')
-rw-r--r--include/vk_layer.h24
1 files changed, 12 insertions, 12 deletions
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;