diff --git a/tests/cts b/tests/cts index 3d182396cc..9aa2cdba76 160000 --- a/tests/cts +++ b/tests/cts @@ -1 +1 @@ -Subproject commit 3d182396cca1ae479170f39c9968d983af82f783 +Subproject commit 9aa2cdba76c256f6262b08522d664454ccaf6133 diff --git a/tools/ktx/command_create.cpp b/tools/ktx/command_create.cpp index bb866e9729..455025c07b 100644 --- a/tools/ktx/command_create.cpp +++ b/tools/ktx/command_create.cpp @@ -97,7 +97,7 @@ struct OptionsCreate { (kFormat, "KTX format enum that specifies the image data format." " The enum names are matching the VkFormats without the VK_FORMAT_ prefix." " The VK_FORMAT_ prefix is ignored if present." - "\nWhen used with --encode it specifies the format of the input files before the encoding step." + "\nWhen used with --encode it specifies the target format before the encoding step." " In this case it must be one of:" "\n R8_UNORM" "\n R8_SRGB" @@ -671,7 +671,7 @@ Create a KTX2 file from various input files.