Skip to content

Commit 21fcea5

Browse files
committed
Changed the values to nullptr for debug_name
1 parent c8ba8d1 commit 21fcea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulkan-cpp/types.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ export namespace vk {
14991499
memory_property property_flags;
15001500
VkBufferUsageFlags usage;
15011501
VkSharingMode share_mode = VK_SHARING_MODE_EXCLUSIVE;
1502-
const char* debug_name = "NA";
1502+
const char* debug_name = nullptr;
15031503
PFN_vkSetDebugUtilsObjectNameEXT vkSetDebugUtilsObjectNameEXT =
15041504
nullptr;
15051505
};

0 commit comments

Comments
 (0)