stride icon indicating copy to clipboard operation
stride copied to clipboard

fix: (Partial) Resolve seg. fault when Graphics API is OpenGL #2189

Open Jklawreszuk opened this issue 4 months ago • 2 comments

PR Details

PR is fixes crashing when UIPage component with Button is being added. However it requires OpenGL 4.3+ Considering Steam Survey ~90% of Graphics Cards support DirectX 12 should also support OpenGL 4.6, so this is not a big problem for Desktop. Note: This patch only fixes problems with OpenGL. When it comes OpenGL ES, it still may not work because of different instructions

Related Issue

  • #2189

Types of changes

  • [ ] Docs change / refactoring / dependency upgrade
  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [ ] My change requires a change to the documentation.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [x] I have built and run the editor to try this change out.

Jklawreszuk avatar Sep 24 '24 11:09 Jklawreszuk