docs: Fix struct redefinition errors

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41933>
This commit is contained in:
Karmjit Mahil 2026-06-01 15:47:18 +01:00 committed by Marge Bot
parent 020a6bc282
commit cc02826f4e
2 changed files with 10 additions and 0 deletions

View file

@ -1 +1,6 @@
#ifndef STUB_VK_DISPLATCH_TABLE_H
#define STUB_VK_DISPLATCH_TABLE_H
struct vk_instance_dispatch_table {};
#endif /* STUB_VK_DISPLATCH_TABLE_H */

View file

@ -1,2 +1,7 @@
#ifndef STUB_VK_EXTENSIONS_H
#define STUB_VK_EXTENSIONS_H
struct vk_instance_extension_table {};
struct vk_instance_entrypoint_table {};
#endif /* STUB_VK_EXTENSIONS_H */