mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 16:58:43 +00:00
Remove clang-tidy comments from vk_enum_string_helper.h
Not needed. They only made sense in the context of VVL.
This commit is contained in:
parent
2396306278
commit
8ea7803544
2 changed files with 2 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
// Copyright 2023 LunarG, Inc.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// NOLINTBEGIN
|
||||
|
||||
#pragma once
|
||||
#ifdef __cplusplus
|
||||
#include <string>
|
||||
|
@ -9120,4 +9120,4 @@ static inline std::string string_VkAccelerationStructureCreateFlagsKHR(VkAcceler
|
|||
return ret;
|
||||
}
|
||||
#endif // __cplusplus
|
||||
// NOLINTEND
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue