| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MSVC (2016, but possibly more) still force enums to be basic ints.
|
|
|
|
|
|
|
|
|
|
| |
Validation layer is an indispensable part of developing on Vulkan.
The following commands is on how to enable validation layers:
ffmpeg -init_hw_device vulkan=0,debug=1,validation_layers=VK_LAYER_LUNARG_monitor+VK_LAYER_LUNARG_api_dump
Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
|
| |
|
| |
|
|
|
|
|
| |
To silence a possible validation layer bug, switch the function. It only gets
triggered by vf_libplacebo, which is odd.
|
|
This allows for the loader to be shared with libavcodec and libavfilter.
|