Skip to content

Commit 18da661

Browse files
committed
Clarify description of --format argument for create when used with --encode
1 parent 91ace88 commit 18da661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/cts

tools/ktx/command_create.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct OptionsCreate {
9797
(kFormat, "KTX format enum that specifies the image data format."
9898
" The enum names are matching the VkFormats without the VK_FORMAT_ prefix."
9999
" The VK_FORMAT_ prefix is ignored if present."
100-
"\nWhen used with --encode it specifies the format of the input files before the encoding step."
100+
"\nWhen used with --encode it specifies the target format before the encoding step."
101101
" In this case it must be one of:"
102102
"\n R8_UNORM"
103103
"\n R8_SRGB"
@@ -671,7 +671,7 @@ Create a KTX2 file from various input files.
671671
<dd>KTX format enum that specifies the image data format.
672672
The enum names are matching the VkFormats without the VK_FORMAT_ prefix.
673673
The VK_FORMAT_ prefix is ignored if present.<br />
674-
When used with --encode it specifies the format of the input files before the encoding step.
674+
When used with --encode it specifies the target format before the encoding step.
675675
In this case it must be one of:
676676
<ul>
677677
<li>R8_UNORM</li>

0 commit comments

Comments
 (0)