Files
jellyfin/Jellyfin.Server
mani f63a22e65e Fix CRT shader: replace fract() with 1-arg wrapper for OpenCL 1.x
OpenCL 1.x fract() requires 2 arguments; the single-argument form
is OpenCL 2.0+. Replace all usages with crt_fract(x) = x - floor(x).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 01:28:54 +01:00
..
2024-08-30 15:29:48 +02:00
2025-10-26 15:10:13 -06:00