From bff6a0b866cef6e9faae7dedf428d360211922ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Wed, 24 Aug 2022 11:11:11 +0300 Subject: [PATCH] Move samples to their own subdirectory --- .../clear_screen}/clear_screen.c | 0 .../clear_screen}/clear_screen_sync.c | 0 .../failing_shader_compilation.c | 0 {gpu_oom => samples/gpu_oom}/gpu_oom.c | 0 .../hello_triangle}/hello_triangle_minimal.c | 0 .../hello_triangle}/hello_triangle_verbose.c | 0 {texture => samples/texture}/fish.png | Bin {texture => samples/texture}/license.txt | 0 {texture => samples/texture}/texture.c | 0 .../vertex_buffer}/vertex_buffer.c | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {clear_screen => samples/clear_screen}/clear_screen.c (100%) rename {clear_screen => samples/clear_screen}/clear_screen_sync.c (100%) rename {failing_shader_compilation => samples/failing_shader_compilation}/failing_shader_compilation.c (100%) rename {gpu_oom => samples/gpu_oom}/gpu_oom.c (100%) rename {hello_triangle => samples/hello_triangle}/hello_triangle_minimal.c (100%) rename {hello_triangle => samples/hello_triangle}/hello_triangle_verbose.c (100%) rename {texture => samples/texture}/fish.png (100%) rename {texture => samples/texture}/license.txt (100%) rename {texture => samples/texture}/texture.c (100%) rename {vertex_buffer => samples/vertex_buffer}/vertex_buffer.c (100%) diff --git a/clear_screen/clear_screen.c b/samples/clear_screen/clear_screen.c similarity index 100% rename from clear_screen/clear_screen.c rename to samples/clear_screen/clear_screen.c diff --git a/clear_screen/clear_screen_sync.c b/samples/clear_screen/clear_screen_sync.c similarity index 100% rename from clear_screen/clear_screen_sync.c rename to samples/clear_screen/clear_screen_sync.c diff --git a/failing_shader_compilation/failing_shader_compilation.c b/samples/failing_shader_compilation/failing_shader_compilation.c similarity index 100% rename from failing_shader_compilation/failing_shader_compilation.c rename to samples/failing_shader_compilation/failing_shader_compilation.c diff --git a/gpu_oom/gpu_oom.c b/samples/gpu_oom/gpu_oom.c similarity index 100% rename from gpu_oom/gpu_oom.c rename to samples/gpu_oom/gpu_oom.c diff --git a/hello_triangle/hello_triangle_minimal.c b/samples/hello_triangle/hello_triangle_minimal.c similarity index 100% rename from hello_triangle/hello_triangle_minimal.c rename to samples/hello_triangle/hello_triangle_minimal.c diff --git a/hello_triangle/hello_triangle_verbose.c b/samples/hello_triangle/hello_triangle_verbose.c similarity index 100% rename from hello_triangle/hello_triangle_verbose.c rename to samples/hello_triangle/hello_triangle_verbose.c diff --git a/texture/fish.png b/samples/texture/fish.png similarity index 100% rename from texture/fish.png rename to samples/texture/fish.png diff --git a/texture/license.txt b/samples/texture/license.txt similarity index 100% rename from texture/license.txt rename to samples/texture/license.txt diff --git a/texture/texture.c b/samples/texture/texture.c similarity index 100% rename from texture/texture.c rename to samples/texture/texture.c diff --git a/vertex_buffer/vertex_buffer.c b/samples/vertex_buffer/vertex_buffer.c similarity index 100% rename from vertex_buffer/vertex_buffer.c rename to samples/vertex_buffer/vertex_buffer.c