KhronosGroup / SPIRV-Registry

SPIR-V specs
109 stars 72 forks source link

alphabetize extensions in the README #257

Closed bashbaug closed 1 month ago

bashbaug commented 2 months ago

fixes #242

We merged a PR recently which inserted an extension into the middle of the list in the README, so we may as well switch from the old numbered list to an alphabetized list. This should avoid most common merge conflicts when multiple extensions are added around the same time and make it eaiser to find an extension by name in the list.

Possible additional improvements we could consider:

  1. Do we want to separate out KHR extensions or keep them in the same list?
  2. Do we want to separate out EXT extensions?
bashbaug commented 1 month ago

I've separated out the KHR and EXT extensions, as discussed.

bashbaug commented 1 month ago

Merging as discussed in the July 17th teleconference.