mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
- Filter blend factors: replace DestAlpha with One and OneMinusDestAlpha with Zero for RGBX formats - Disable alpha component in color write mask for RGBX formats - Always use actual depth test function instead of defaulting when disabled - Add FormatHasNoAlpha helper to detect RGBX formats - Add FilterBlendFactor helper to adjust blend factors for RGBX formats Signed-off-by: Zephyron <zephyron@citron-emu.org>