Skip to content
Snippets Groups Projects

Linux customshader compilation fix

Merged Vlad Doc requested to merge VladDoc/SRB2:linux-customshader-compilation-fix into next

Fix of an issue with custom shaders from mb not compiling due to different shader compilation behavior on windows and linux regarding absence of #version directive by:

  • displaying a warning message if custom shader is loaded not containing #version directive to hint to modders of potential issues it might bring
  • trying to prepend #version and compile custom shaders from latest 330 GLSL version to oldest 110 version

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading