mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
parent
ea89d415bb
commit
e1175c9453
47 changed files with 419 additions and 125 deletions
|
@ -1,5 +1,8 @@
|
|||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Memory layout parameters, for block linear textures.
|
||||
/// </summary>
|
||||
struct MemoryLayout
|
||||
{
|
||||
public uint Packed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue