|
uint32_t *pixels = (uint32_t*)stbi_load(file_path, &width, &height, NULL, 4);
|
|
uint32_t *pixels = (uint32_t*)stbi_load(file_path, &width, &height, NULL, 4);
|
|
fprintf(stderr, "ERROR: could not read file %s\n", file_path);
|
|
fprintf(stderr, "ERROR: could not read file %s\n", file_path);
|