Skip to content
Snippets Groups Projects
Commit d9a1f630 authored by Lava Block's avatar Lava Block
Browse files

demo spawn black / white

parent 3ac6af38
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ int main(int argc, char* argv[]) {
ms mesh_load_time = load_timer.elapsed();
texture::ptr default_texture = create_default_texture(app.device, { 4096, 4096 }, default_color);
texture::ptr default_texture = create_default_texture(app.device, { 4096, 4096 });
if (!default_texture)
return error::create_failed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment