diff options
| author | Konstantin <const@const.me> | 2023-01-18 20:35:30 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-18 20:35:30 +0100 |
| commit | 11c399b70c7ad5664b6060b39632e6b9fa815350 (patch) | |
| tree | 763afed51699017749d3f0398f16928aad7544a4 /WhisperNet/API/eModelImplementation.cs | |
| parent | ad097a744759c6a78e1b33ea9d2b4b2af01c529d (diff) | |
Optional startup flags to override performance-related defaults for the compute shaders
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> |
