Add tracerestrict SLXI version info and special case loading from

tracerestrict branch without SLXI.
This commit is contained in:
Jonathan G Rennison
2015-08-01 13:04:53 +01:00
parent bda3343107
commit d99ebb4976
2 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
*/
enum SlXvFeatureIndex {
XSLFI_NULL = 0, ///< Unused value, to indicate that no extended feature test is in use
XSLFI_TRACE_RESTRICT, ///< Trace restrict
XSLFI_SIZE, ///< Total count of features, including null feature
};