Add Documentation Headers to all the GPU Engines

This commit is contained in:
Fernando Sahmkow
2019-04-23 08:44:52 -04:00
parent 021d28c9b8
commit e140e2ebc6
5 changed files with 29 additions and 0 deletions

View File

@ -25,6 +25,11 @@ class RasterizerInterface;
namespace Tegra::Engines {
/**
* This Engine is known as GK104_Copy. Documentation can be found in:
* https://github.com/envytools/envytools/blob/master/rnndb/fifo/gk104_copy.xml
*/
class MaxwellDMA final {
public:
explicit MaxwellDMA(Core::System& system, VideoCore::RasterizerInterface& rasterizer,