Browse Source

More informative class description for RenderPath.

Lasse Öörni 9 years ago
parent
commit
fce6c3162a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Graphics/RenderPath.h

+ 1 - 1
Source/Urho3D/Graphics/RenderPath.h

@@ -201,7 +201,7 @@ struct URHO3D_API RenderPathCommand
     bool vertexLights_;
     bool vertexLights_;
 };
 };
 
 
-/// Rendering path definition.
+/// Rendering path definition. A sequence of commands (e.g. clear screen, draw objects with specific pass) that yields the scene rendering result.
 class URHO3D_API RenderPath : public RefCounted
 class URHO3D_API RenderPath : public RefCounted
 {
 {
 public:
 public: