mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 03:28:18 +02:00
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:
parent
020a6bc282
commit
cc02826f4e
2 changed files with 10 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue