mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Merge pull request #404 from serboupal/serboupal-semicolon
Remove semicolon outside function
This commit is contained in:
commit
94b1acaef0
@ -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.
|
||||
*/
|
||||
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation);
|
||||
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation)
|
||||
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user