mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Rename example/Utils to example/SampleUtils
This commit is contained in:
committed by
Corentin Wallez
parent
5ee7afdfbe
commit
9347e8fcd1
@@ -18,7 +18,7 @@
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#include "Utils.h"
|
||||
#include "SampleUtils.h"
|
||||
|
||||
#include "utils/NXTHelpers.h"
|
||||
|
||||
@@ -613,7 +613,7 @@ namespace {
|
||||
}
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
if (!InitUtils(argc, argv)) {
|
||||
if (!InitSample(argc, argv)) {
|
||||
return 1;
|
||||
}
|
||||
if (argc < 2) {
|
||||
|
||||
Reference in New Issue
Block a user