diff options
Diffstat (limited to 'WhisperNet/API/eModelImplementation.cs')
| -rw-r--r-- | WhisperNet/API/eModelImplementation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WhisperNet/API/eModelImplementation.cs b/WhisperNet/API/eModelImplementation.cs index 1b0a079..a0e61fb 100644 --- a/WhisperNet/API/eModelImplementation.cs +++ b/WhisperNet/API/eModelImplementation.cs @@ -1,6 +1,6 @@ namespace Whisper { - /// <summary>Implementation value for the <see cref="Library.loadModel(string, eModelImplementation)" /> factory function</summary> + /// <summary>Implementation value for the <see cref="Library.loadModel(string, eGpuModelFlags, eModelImplementation)" /> factory function</summary> public enum eModelImplementation: uint { /// <summary>GPGPU implementation based on Direct3D 11.0 compute shaders</summary> |
