diff options
| author | Mark Young <marky@lunarg.com> | 2016-01-20 16:33:18 -0700 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-01-25 16:04:01 -0700 |
| commit | 74cc2ac18d90678b7639fa6fda273339ab3df487 (patch) | |
| tree | 707c5799e2378ec265eeeea93f3d55bd27c15173 /windowsRuntimeInstaller | |
| parent | 3612169b4687a0c7cea23862f7aad775015061de (diff) | |
| download | usermoji-74cc2ac18d90678b7639fa6fda273339ab3df487.tar.xz | |
Installer: Clean up powershell header comment.
Clean up the ConfigLayersAndVulkanDll header comment.
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(
|
