diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2021-11-03 09:23:42 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2021-11-03 10:01:18 -0700 |
| commit | aa16057108c4f2ed8a1a25e7175ee1bfbc195e90 (patch) | |
| tree | f286e8f8d5bbc41daeb3040327562a931ffc6e00 /icd/generated/mock_icd.cpp | |
| parent | 7001f2eb37d151c5fec082e6b1a683cf7c6d85f9 (diff) | |
| download | usermoji-aa16057108c4f2ed8a1a25e7175ee1bfbc195e90.tar.xz | |
build: Update to header 1.2.197
- Update known-good
- Generate source
Diffstat (limited to 'icd/generated/mock_icd.cpp')
| -rw-r--r-- | icd/generated/mock_icd.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp index d41a6ecc..73daecb6 100644 --- a/icd/generated/mock_icd.cpp +++ b/icd/generated/mock_icd.cpp @@ -2607,6 +2607,20 @@ static VKAPI_ATTR void VKAPI_CALL CmdDecodeVideoKHR( #endif /* VK_ENABLE_BETA_EXTENSIONS */ +static VKAPI_ATTR void VKAPI_CALL CmdBeginRenderingKHR( + VkCommandBuffer commandBuffer, + const VkRenderingInfoKHR* pRenderingInfo) +{ +//Not a CREATE or DESTROY function +} + +static VKAPI_ATTR void VKAPI_CALL CmdEndRenderingKHR( + VkCommandBuffer commandBuffer) +{ +//Not a CREATE or DESTROY function +} + + static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFeatures2KHR( VkPhysicalDevice physicalDevice, |
