We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88748e1 + cbadb17 commit e912af9Copy full SHA for e912af9
docs/debugger/debug-interface-access/cv-modifier-e.md
@@ -57,7 +57,7 @@ typedef enum CV_modifier_e
57
| ------------ | ---------------------------- |
58
| `CV_MOD_INVALID` | Invalid modifier (unused) |
59
| `CV_MOD_CONST` | C++ `const` |
60
-| `CV_MOD_CONST` | C++ `volatile` |
+| `CV_MOD_VOLATILE` | C++ `volatile` |
61
| `CV_MOD_HLSL_UNIFORM` | HLSL uniform |
62
| `CV_MOD_HLSL_LINE` | HLSL line |
63
| `CV_MOD_HLSL_TRIANGLE` | HLSL triangle |
0 commit comments