Created
April 8, 2020 19:40
-
-
Save Ybalrid/479b7cbe78edf2894e9672abc869f799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> | |
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" | |
MenuName="Add to Image Watch"/> | |
<Type Name="polu::image::bitmap"> | |
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" /> | |
</Type> | |
<Type Name="polu::image::bitmap"> | |
<Expand> | |
<Synthetic Name="[type]"> | |
<DisplayString>UINT8</DisplayString> | |
</Synthetic> | |
<Synthetic Name="[channels]"> | |
<DisplayString>RGBA</DisplayString> | |
</Synthetic> | |
<Item Name="[width]">w</Item> | |
<Item Name="[height]">h</Item> | |
<Item Name="[data]">&data[0]</Item> | |
<Item Name="[stride]">4*w</Item> | |
</Expand> | |
</Type> | |
</AutoVisualizer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The type that it describe boils down to this