-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glad2 vulkan 1.4: "vulkan_video_codec_h264std_encode.h" can not be found #503
Comments
The file is available here: https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/include/vk_video/vulkan_video_codec_h264std_encode.h But glad should include it automatically if it is required. Can you paste the full commandline arguments you used to generate the files (found in any of the glad generated header files), e.g.:
|
i choose 'vulkan' only. |
This configuration doesn't require the If you select a feature/extension which requires the header, it will be included. |
select "KHR" and "EXT" in the extension to include this file. |
#include "vk_video/vulkan_video_codec_h264std_encode.h"
"vulkan_video_codec_h264std_encode.h" can not be found, It's not included in the Lunarg Vulkan SDK either.
The text was updated successfully, but these errors were encountered: