Merge pull request #404 from serboupal/serboupal-semicolon

Remove semicolon outside function
This commit is contained in:
Adam Sawicki 2024-01-26 13:12:48 +01:00 committed by GitHub
commit 94b1acaef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -908,7 +908,7 @@ Use it as a unique identifier to virtual allocation within the single block.
Use value `VK_NULL_HANDLE` to represent a null/invalid allocation. Use value `VK_NULL_HANDLE` to represent a null/invalid allocation.
*/ */
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation); VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation)
/** @} */ /** @} */