From 4a4e2f7c72301ba1dfb207f00c7c2fa0e9674223 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 16:19:44 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Engine --- Ryujinx.Graphics.Gpu/Engine/Compute.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/Engine/Compute.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/Compute.cs b/Ryujinx.Graphics.Gpu/Engine/Compute.cs index f3f8d3ca..50aac1d0 100644 --- a/Ryujinx.Graphics.Gpu/Engine/Compute.cs +++ b/Ryujinx.Graphics.Gpu/Engine/Compute.cs @@ -10,6 +10,11 @@ namespace Ryujinx.Graphics.Gpu.Engine { partial class Methods { + /// + /// Dispatches compute work. + /// + /// Current GPU state + /// Method call argument public void Dispatch(GpuState state, int argument) { uint dispatchParamsAddress = (uint)state.Get(MethodOffset.DispatchParamsAddress); -- cgit v1.2.3