GarrettGunnell / AcerolaFX

A suite of GShade shaders for Final Fantasy XIV
MIT License
929 stars 36 forks source link

AcerolaFX_XeGTAO.fx doesn't load #49

Closed danyad22 closed 3 months ago

danyad22 commented 3 months ago

22:59:08:652 [16812] | ERROR | Failed to compile GLSL shader: 0(2) : warning C7508: extension EXT_control_flow_attributes not supported 0(1653) : error C7011: implicit cast from "uvec3" to "uvec2"

22:59:08:653 [16812] | ERROR | Failed to create compute pipeline for pass 2 in technique 'AFX_XeGTAO'

GarrettGunnell commented 3 months ago

My shaders are written for ff14 which is a dx backend and thus are intended to compile to hlsl, if you try these shaders on opengl or vulkan backends they may not work as intended and unfortunately there's nothing that can be done aside from fixing the errors in the code yourself.