Material Definition Language API nvidia_logo_transpbg.gif Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
enums.h
Go to the documentation of this file.
1 /***************************************************************************************************
2  * Copyright 2019 NVIDIA Corporation. All rights reserved.
3  **************************************************************************************************/
8 
9 #ifndef MI_BASE_ENUMS_H
10 #define MI_BASE_ENUMS_H
11 
12 #include <mi/base/assert.h>
13 
14 namespace mi {
15 
16 namespace base {
17 
27 {
40  // Undocumented, for alignment only
41  MESSAGE_SEVERITY_FORCE_32_BIT = 0xffffffffU
42 };
43 
44 mi_static_assert( sizeof( Message_severity) == 4);
45  // end group mi_base_ilogger
47 
48 } // namespace base
49 } // namespace mi
50 
51 #endif // MI_BASE_ENUMS_H