aboutsummaryrefslogtreecommitdiff
path: root/layers/generated/layer_chassis_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'layers/generated/layer_chassis_dispatch.h')
-rw-r--r--layers/generated/layer_chassis_dispatch.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/layers/generated/layer_chassis_dispatch.h b/layers/generated/layer_chassis_dispatch.h
index 5d013188c..2d4664931 100644
--- a/layers/generated/layer_chassis_dispatch.h
+++ b/layers/generated/layer_chassis_dispatch.h
@@ -1212,6 +1212,21 @@ void DispatchCmdDrawIndexedIndirectCountKHR(
VkDeviceSize countBufferOffset,
uint32_t maxDrawCount,
uint32_t stride);
+VkResult DispatchGetPipelineExecutablePropertiesKHR(
+ VkDevice device,
+ const VkPipelineInfoKHR* pPipelineInfo,
+ uint32_t* pExecutableCount,
+ VkPipelineExecutablePropertiesKHR* pProperties);
+VkResult DispatchGetPipelineExecutableStatisticsKHR(
+ VkDevice device,
+ const VkPipelineExecutableInfoKHR* pExecutableInfo,
+ uint32_t* pStatisticCount,
+ VkPipelineExecutableStatisticKHR* pStatistics);
+VkResult DispatchGetPipelineExecutableInternalRepresentationsKHR(
+ VkDevice device,
+ const VkPipelineExecutableInfoKHR* pExecutableInfo,
+ uint32_t* pInternalRepresentationCount,
+ VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
VkResult DispatchCreateDebugReportCallbackEXT(
VkInstance instance,
const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
@@ -1767,6 +1782,10 @@ VkResult DispatchCreateHeadlessSurfaceEXT(
const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkSurfaceKHR* pSurface);
+void DispatchCmdSetLineStippleEXT(
+ VkCommandBuffer commandBuffer,
+ uint32_t lineStippleFactor,
+ uint16_t lineStipplePattern);
void DispatchResetQueryPoolEXT(
VkDevice device,
VkQueryPool queryPool,