зеркало из https://github.com/mozilla/moz-skia.git
Fixed usage info for SampleApp's msaa flag
http://codereview.appspot.com/6159043/ committed on behalf of Guanqun Lu git-svn-id: http://skia.googlecode.com/svn/trunk@3817 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
7b807cbab6
Коммит
47ab504d49
|
@ -654,7 +654,7 @@ static inline SampleWindow::DeviceType cycle_devicetype(SampleWindow::DeviceType
|
|||
}
|
||||
|
||||
static void usage(const char * argv0) {
|
||||
SkDebugf("%s [--slide sampleName] [-i resourcePath] [-msaa sampleCount]\n", argv0);
|
||||
SkDebugf("%s [--slide sampleName] [-i resourcePath] [--msaa sampleCount]\n", argv0);
|
||||
SkDebugf(" sampleName: sample at which to start.\n");
|
||||
SkDebugf(" resourcePath: directory that stores image resources.\n");
|
||||
SkDebugf(" msaa: request multisampling with the given sample count.\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче