Skip to content

Commit

Permalink
added helper comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Mar 18, 2024
1 parent 69d6bf7 commit 4973068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mayaHydra/mayaPlugin/renderOverride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ void MtohRenderOverride::UpdateRenderGlobals(

VtValue MtohRenderOverride::_GetUsedGPUMemory() const
{
// Currently, only Storm is the known/tested renderer that provides GPU stats
// via the Render Delegate.
if (_isUsingHdSt && _renderDelegate)
{
VtDictionary hdStRenderStat = _renderDelegate->GetRenderStats();
Expand Down

0 comments on commit 4973068

Please sign in to comment.