mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
vulkan: always enable GL_EXT_control_flow_attributes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
b151d3ef0b
commit
0c7888dc84
@ -1480,6 +1480,7 @@ int ff_vk_shader_init(FFVulkanContext *s, FFVulkanShader *shd, const char *name,
|
||||
GLSLC(0, );
|
||||
GLSLC(0, #extension GL_EXT_scalar_block_layout : require );
|
||||
GLSLC(0, #extension GL_EXT_shader_explicit_arithmetic_types : require );
|
||||
GLSLC(0, #extension GL_EXT_control_flow_attributes : require );
|
||||
if ((s->extensions & FF_VK_EXT_DEBUG_UTILS) &&
|
||||
(s->extensions & FF_VK_EXT_RELAXED_EXTENDED_INSTR))
|
||||
GLSLC(0, #extension GL_EXT_debug_printf : require );
|
||||
|
Loading…
Reference in New Issue
Block a user