diff options
| author | scottmarsland <scottmarsland@users.noreply.github.com> | 2023-06-01 08:30:44 +0100 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2023-06-15 12:07:16 -0600 |
| commit | 17edcc1455855055b8aa5b898aca86f94d35d9d5 (patch) | |
| tree | 9c3c555124ee997402d533e48d8a250cb5b2d947 /icd/generated/mock_icd.cpp | |
| parent | 885c3c6f06ec472edeac8eed5d57aa9b453ae2eb (diff) | |
| download | usermoji-17edcc1455855055b8aa5b898aca86f94d35d9d5.tar.xz | |
icd: Add vkGetRenderAreaGranularity
Add implementation for vkGetRenderAreaGranularity.
Diffstat (limited to 'icd/generated/mock_icd.cpp')
| -rw-r--r-- | icd/generated/mock_icd.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp index 7d1a90f2..0f533c43 100644 --- a/icd/generated/mock_icd.cpp +++ b/icd/generated/mock_icd.cpp @@ -1279,7 +1279,8 @@ static VKAPI_ATTR void VKAPI_CALL GetRenderAreaGranularity( VkRenderPass renderPass, VkExtent2D* pGranularity) { -//Not a CREATE or DESTROY function + pGranularity->width = 1; + pGranularity->height = 1; } static VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool( |
