We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaa6b2 commit f9bef10Copy full SHA for f9bef10
readme.md
@@ -139,8 +139,8 @@ if (MipSetIn.m_nMipLevels <= 1)
139
//==========================
140
// Set Compression Options
141
142
-KernalOptions kernel_options;
143
-memset(&kernel_options, 0, sizeof(KernalOptions));
+KernelOptions kernel_options;
+memset(&kernel_options, 0, sizeof(KernelOptions));
144
145
kernel_options.format = destFormat; // Set the format to process
146
kernel_options.fquality = fQuality; // Set the quality of the result
0 commit comments