diff options
Diffstat (limited to 'windowsRuntimeInstaller')
| -rw-r--r-- | windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 index 63995a93..f1c6c0a3 100644 --- a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 +++ b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 @@ -32,9 +32,9 @@ # - Set the layer registry entries to point to the layer json files
# in the Vulkan SDK associated with the most recent vulkan*dll.
#
-# This script takes two parameters:
+# This script takes the following parameters:
# $majorabi : a single string number specifying the major abi version.
-# $ossize : an integer indicating if the target is a 64 (64) or 32 (32) bit OS.
+# $ossize : an integer indicating if the target is a 64 (64) or 32 (32) bit OS.
#
Param(
|
