Skip to content

Instantly share code, notes, and snippets.

@ThePhD
Created September 5, 2015 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThePhD/7b29beb51c27ddf3a790 to your computer and use it in GitHub Desktop.
Save ThePhD/7b29beb51c27ddf3a790 to your computer and use it in GitHub Desktop.
enum class feature_level {
LevelDx091,
LevelDx092,
LevelDx093,
LevelDx100,
LevelDx101,
LevelDx110,
LevelDx111,
LevelDx112,
LevelDx113,
LevelGl011,
LevelGl012,
LevelGl013,
LevelGl014,
LevelGl015,
LevelGl020,
LevelGl021,
LevelGl030,
LevelGl031,
LevelGl032,
LevelGl033,
LevelGl040,
LevelGl041,
LevelGl042,
LevelGl043,
LevelGl044,
LevelGl045,
LevelDx120,
LevelVulkan
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment