-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I have made support for AMD/ATI cards with Pixel Shader 4 two months ago and some of the presets will not work properly, for example: martin - Gin Tonic on Ice, martin - enlighten me and so on.
Here are my code snippets I've tried to modify to get work with Pixel Shader 4 presets on AMD/ATI card:
- https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/state.cpp#L1326-L1351
- https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/plugin.cpp#L2044-L2117
- https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/plugin.cpp#L3632-L3655
- https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/plugin.cpp#L11416-L11429
You can also take a look at LoadShaderFromMemory() function if you want: https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/plugin.cpp#L3790-L4056
I have changed this feature to BETA and if anyone wants to help me getting fully working, please open a PR or tell some replies here ;)