Add progsigs info to SLXI chunk, move setting to PATX chunk.

This commit is contained in:
Jonathan G Rennison
2015-08-01 18:21:34 +01:00
parent 3a3280e536
commit de14c210db
3 changed files with 4 additions and 2 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_PROG_SIGS, ///< programmable signals patch
XSLFI_SIZE, ///< Total count of features, including null feature
};