mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 07:48:19 +02:00
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>
7 lines
173 B
C
7 lines
173 B
C
#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 */
|