Add some descriptions to new classes

This commit is contained in:
Scott Mansell
2023-01-31 14:34:36 +13:00
parent abfc75f362
commit b753641dd4
4 changed files with 14 additions and 11 deletions

View File

@ -39,6 +39,11 @@ class AsyncShaderCompiler;
using ClearColor = std::array<float, 4>;
// AbstractGfx is the root of Dolphin's Graphics API abstraction layer.
//
// Abstract knows nothing about the internals of the GameCube/Wii, that is all handled elsewhere in
// VideoCommon.
class AbstractGfx
{
public: