mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Add some descriptions to new classes
This commit is contained in:
parent
abfc75f362
commit
b753641dd4
4 changed files with 14 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue