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