mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 04:26:24 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.Shader
This commit is contained in:
parent
e58b540c4e
commit
430faeb8ef
9 changed files with 197 additions and 11 deletions
|
@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
|||
|
||||
/// <summary>
|
||||
/// Represents physical memory, accessible from the GPU.
|
||||
/// This is actually working CPU virtual addresses, of memory mapped on the game process.
|
||||
/// This is actually working CPU virtual addresses, of memory mapped on the application process.
|
||||
/// </summary>
|
||||
class PhysicalMemory
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue