Skip to content

Commit

Permalink
Fix weird line ending in comment
Browse files Browse the repository at this point in the history
Originally part of PR #1478. Thanks to seando-adsk for
flagging this!

(Internal change: 2182870)
  • Loading branch information
sunyab authored and pixar-oss committed Aug 13, 2021
1 parent 1e2807d commit a16b0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pxr/imaging/hd/strategyBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class HdAggregationStrategy {
virtual HdBufferSpecVector GetBufferSpecs(
HdBufferArraySharedPtr const &bufferArray) const = 0;

/// Returns the accumulated GPU resource allocation 
 /// for items in the BufferArray passed as parameter
/// Returns the accumulated GPU resource allocation
/// for items in the BufferArray passed as parameter
virtual size_t GetResourceAllocation(
HdBufferArraySharedPtr const &bufferArray,
VtDictionary &result) const = 0;
Expand Down

0 comments on commit a16b0f0

Please sign in to comment.