DarioSamo / sm64rt-legacy-renderer

MIT License
73 stars 7 forks source link

Indirect shader from deferred renderer currently crashes the AMD driver when creating the pipeline state #40

Closed DarioSamo closed 3 years ago

DarioSamo commented 3 years ago

It seems disabling the indirect shader altogether fixes the crash when generating the pipeline state.

I've been unable to find out the lines from the code that cause this crash when loading it in AMD hardware.

DarioSamo commented 3 years ago

Fixed in dev