Skip to content

Commit daee84b

Browse files
committed
Fix VulkanAMF.h compile when using C (#388)
1 parent 4bfa819 commit daee84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amf/public/include/core/VulkanAMF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace amf
5555
amf_size cbSizeof; // sizeof(AMFVulkanSync)
5656
void* pNext; // reserved for extensions
5757
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
58+
amf_bool bSubmitted; // if true - wait for hSemaphore. re-submit hSemaphore if not synced by other ways and set to true
5959
VkFence hFence; // To sync on CPU; can be nullptr. Submitted in vkQueueSubmit. If waited for hFence, null it, do not delete or reset.
6060
} AMFVulkanSync;
6161

0 commit comments

Comments
 (0)