| Urho3D
    | 
#include "../Container/Ptr.h"#include "../Container/RefCounted.h"#include "../Graphics/GraphicsDefs.h"#include "../Math/Color.h"#include "../Math/Vector4.h"| Classes | |
| struct | Dviglo::RenderTargetInfo | 
| Rendertarget definition.  More... | |
| struct | Dviglo::RenderPathCommand | 
| Rendering path command.  More... | |
| class | Dviglo::RenderPath | 
| Rendering path definition. A sequence of commands (e.g. clear screen, draw objects with specific pass) that yields the scene rendering result.  More... | |
| Enumerations | |
| enum | Dviglo::RenderCommandType { CMD_NONE = 0, CMD_CLEAR, CMD_SCENEPASS, CMD_QUAD, CMD_FORWARDLIGHTS, CMD_LIGHTVOLUMES, CMD_RENDERUI, CMD_SENDEVENT } | 
| Rendering path command types. | |
| enum | Dviglo::RenderCommandSortMode { SORT_FRONTTOBACK = 0, SORT_BACKTOFRONT } | 
| Rendering path sorting modes. | |
| enum | Dviglo::RenderTargetSizeMode { SIZE_ABSOLUTE = 0, SIZE_VIEWPORTDIVISOR, SIZE_VIEWPORTMULTIPLIER } | 
| Rendertarget size mode. | |
 1.8.17
 1.8.17