CompositionDebugHeatMaps.ShowMemoryUsage(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows a graphical representation of the GPU memory used by the app.
public:
virtual void ShowMemoryUsage(Visual ^ subtree) = ShowMemoryUsage;
void ShowMemoryUsage(Visual const& subtree);
public void ShowMemoryUsage(Visual subtree);
function showMemoryUsage(subtree)
Public Sub ShowMemoryUsage (subtree As Visual)
Parameters
- subtree
- Visual
The part of the visual tree for which to show texture memory usage.