diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2023-02-16 13:22:20 +0900 |
|---|---|---|
| committer | Spencer Fricke <115671160+spencer-lunarg@users.noreply.github.com> | 2023-02-17 14:03:19 +0900 |
| commit | c649c40c7295f4c25448b829fdfc8be2e5772af5 (patch) | |
| tree | 6f0aea0f0841ce9355acbbc0c606bea5ee35dd9e /scripts | |
| parent | 27c28d4b4004f90f16b2d227e93a91481e0a229b (diff) | |
| download | usermoji-c649c40c7295f4c25448b829fdfc8be2e5772af5.tar.xz | |
mockicd: Add non-zero timestampValidBits
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mock_icd_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mock_icd_generator.py b/scripts/mock_icd_generator.py index f51d0ac7..0f089a91 100644 --- a/scripts/mock_icd_generator.py +++ b/scripts/mock_icd_generator.py @@ -716,7 +716,7 @@ CUSTOM_C_INTERCEPTS = { if (*pQueueFamilyPropertyCount) { pQueueFamilyProperties[0].queueFlags = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT; pQueueFamilyProperties[0].queueCount = 1; - pQueueFamilyProperties[0].timestampValidBits = 0; + pQueueFamilyProperties[0].timestampValidBits = 16; pQueueFamilyProperties[0].minImageTransferGranularity = {1,1,1}; } } |
