Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/Rendering/Programming.INT.udn
mitchell wilson 8e244e1df4 Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)
#rb none

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: mitchell.wilson
#ROBOMERGE-SOURCE: CL 6955335 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7090618 by mitchell wilson in Dev-Build branch]
2019-06-19 09:29:49 -04:00

17 lines
819 B
Plaintext

Availability:Public
Title:Graphics Programming
Crumbs:%ROOT%, Programming
Description:Information for graphics programmers working with the rendering systems and writing shaders.
Version: 4.9
Related:Engine/Basics/CoordinateSpace
parent:Programming
tags:Rendering
The Renderer module in the engine manages and renders scenes, which hold the renderable information associated with each world. It includes the definition of all drawing policies and shader.
The RHI module, which is the interface for rendering APIs, is another key module for graphics programming. The [](Programming/Rendering/Overview) covers many key classes, settings, and variables to investigate, while
the other subpages below cover specific rendering topics.
[DIR(parent:"Programming/Rendering" output:"listbutton" org:"hierarchy" end:"1")]