glad2 vulkan 1.4: "vulkan_video_codec_h264std_encode.h" can not be found
#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 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.:
* Commandline:
* --api='gl:compatibility=4.4' --extensions='' c
i choose 'vulkan' only.
https://gen.glad.sh/
This configuration doesn't require the vulkan_video_codec_h264std_encode header (also does not include it), that's why it's not generated.
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.
the file doesn't appear when adding all extensions