Adjacent crossings: add setting (in PATX), add info to SLXI chunk.

This commit is contained in:
Jonathan G Rennison
2015-08-02 17:49:25 +01:00
parent b8ef887cc1
commit 09be8afd8d
7 changed files with 24 additions and 5 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_ADJACENT_CROSSINGS, ///< Adjacent level crossings closure patch
XSLFI_SIZE, ///< Total count of features, including null feature
};