GarrettGunnell / AcerolaFX

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

XeGTAO and Bloom shaders don't compile in opengl games #40

Closed Bruno-Jambeiro closed 10 months ago

Bruno-Jambeiro commented 10 months ago

Every time I tried using these shaders with an OpenGL game, the following error occurred:

errors

In the XeGATAO shaders, the errors come from the CS_Denoise function receiving a uint2 as a parameter instead of a uint3. Changing that resolved the shader compilation issue.

In the Bloom shader, simply changing everything to int instead of bool also seems to solve the problem.

GarrettGunnell commented 10 months ago

I only ensure my shaders compile and work on ff14, I'm glad you figured out the issue though.