diff options
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( |
