Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
qbojj committed Jun 25, 2024
1 parent 2d0f215 commit b261fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderdoc/driver/vulkan/vk_dispatchtables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ void InitInstanceExtensionTables(VkInstance instance, InstanceDeviceInfo *info)
instance = Unwrap(instance);

#undef DeclExt
#define DeclExt(name) \
ExtensionStatusFlags name = ExtensionStatusFlagBits::NotEnabled; \
#define DeclExt(name) \
ExtensionStatusFlags name = ExtensionStatusFlagBits::NotEnabled; \
(void)name;

#undef CheckExt
Expand Down

0 comments on commit b261fc0

Please sign in to comment.