We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfa819 commit daee84bCopy full SHA for daee84b
amf/public/include/core/VulkanAMF.h
@@ -55,7 +55,7 @@ namespace amf
55
amf_size cbSizeof; // sizeof(AMFVulkanSync)
56
void* pNext; // reserved for extensions
57
VkSemaphore hSemaphore; // VkSemaphore; can be nullptr
58
- bool bSubmitted; // if true - wait for hSemaphore. re-submit hSemaphore if not synced by other ways and set to true
+ amf_bool bSubmitted; // if true - wait for hSemaphore. re-submit hSemaphore if not synced by other ways and set to true
59
VkFence hFence; // To sync on CPU; can be nullptr. Submitted in vkQueueSubmit. If waited for hFence, null it, do not delete or reset.
60
} AMFVulkanSync;
61
0 commit comments