-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Description
I have a C++ application with the following CMake configuration:
FetchContent_Declare(glad GIT_REPOSITORY https://github.com/Dav1dde/glad.git GIT_TAG glad2 SOURCE_SUBDIR cmake)
FetchContent_MakeAvailable(glad)
glad_add_library(vulkan STATIC API vulkan=1.4)
Then I use target_link_libraries() with vulkan.

This setup worked when I used OpenGL.
However, it seems like the file vk_video/vulkan_video_codec_vp9std.h is not being generated.
I also checked the website (https://gen.glad.sh/) to confirm, and it didn’t generate that file either.
Is there a way to exclude certain extensions from being enabled?
Metadata
Metadata
Assignees
Labels
No labels