friesofdoom
friesofdoom
It seems that using anything other than "main" for the entry point name results in the following error, even if the entry point function with that name exists in the...
STD_VIDEO_H26X_PICTURE_TYPE_INTRA_REFRESH is not supported by this switch statement which causes the assert to go off. https://github.com/nvpro-samples/vk_video_samples/blob/9840c6416353d6b9359407711544e85af6527cfb/vk_video_encoder/libs/VkVideoEncoder/VkVideoEncoder.cpp#L829
# Describe the bug In MSVC STL debug builds, std::format appears to allocate temporary buffers using _malloc_dbg (or another internal heap allocation method) but frees them using the delete operator....