1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-19 19:03:00 +02:00

swscale/vulkan: add precise qualifier to f32

Sponsored-by: Sovereign Tech Fund
This commit is contained in:
Lynne
2026-03-02 12:19:01 +01:00
parent d61d724905
commit 41f748d2ee
+1 -1
View File
@@ -218,7 +218,7 @@ static int add_ops_glsl(VulkanPriv *p, FFVulkanOpsCtx *s,
GLSLC(1, u8vec4 u8; );
GLSLC(1, u16vec4 u16; );
GLSLC(1, u32vec4 u32; );
GLSLC(1, f32vec4 f32; );
GLSLC(1, precise f32vec4 f32; );
GLSLC(0, );
const char *type_name = ff_sws_pixel_type_name(ops->ops[0].type);