Skip to content

Commit 11c384f

Browse files
authored
Merge pull request #10495 from Michael-K-Stein/patch-5
Add CV_MOD_UNALIGNED to examples
2 parents 4c7e006 + 17b10a4 commit 11c384f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/debugger/debug-interface-access/cv-modifier-e.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ typedef enum CV_modifier_e
5858
| `CV_MOD_INVALID` | Invalid modifier (unused) |
5959
| `CV_MOD_CONST` | C++ `const` |
6060
| `CV_MOD_VOLATILE` | C++ `volatile` |
61+
| `CV_MOD_UNALIGNED` | C++ `__unaligned` |
6162
| `CV_MOD_HLSL_UNIFORM` | HLSL uniform |
6263
| `CV_MOD_HLSL_LINE` | HLSL line |
6364
| `CV_MOD_HLSL_TRIANGLE` | HLSL triangle |

0 commit comments

Comments
 (0)