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 3b9ffba + 4373504 commit 79767dfCopy full SHA for 79767df
src/TypeHelper.natvis
@@ -40,6 +40,11 @@
40
<StringView>scheduled_name</StringView>
41
</Type>
42
43
+ <Type Name="XRay::Sheduler::Item">
44
+ <DisplayString>{ScheduledName}</DisplayString>
45
+ <StringView>ScheduledName</StringView>
46
+ </Type>
47
+
48
<Type Name="CAI_Stalker">
49
<DisplayString>{NameObject.p_->value, s}, $(Type)</DisplayString>
50
@@ -55,4 +60,8 @@
55
60
<Type Name="FS_Path">
56
61
<DisplayString>{m_Path, s}</DisplayString>
57
62
63
64
+ <Type Name="Shader">
65
+ <DisplayString>{cName.p_->value, s}, $(Type)</DisplayString>
66
58
67
</AutoVisualizer>
0 commit comments