citra/externals/glad/Readme.md
Eric Warmenhoven b83b5e4b44 Revert "Merge pull request #129 from libretro/revert-127-vulkan"
This reverts commit 2d67658e85de4767c0eefeb2829d710401c5c802, reversing
changes made to 0d53ec625874f23733aa9b18cb6805549c086a14.
2024-11-11 03:37:46 -05:00

724 B

These files were generated by the glad OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command:

python -m glad --profile core --out-path glad/ --api "gl=4.3,gles2=3.2" --generator=c

You can also generate the source using this site:

  1. Select '4.3' for GL, '3.2' for GLES2, and 'Core' for Profile.
  2. Input the currently supported extensions from here, plus any new required extensions.
  3. Click Generate and download the generated source zip.
  4. Unzip the new source over the current glad source files.