From 4335f9c3e31cd298f53570099c00e8522c456ce0 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Thu, 12 Jun 2025 18:07:51 -0400 Subject: [PATCH] forgot to rename file --- .../core/uniforms/{vulkan_uniform_pool.c => metal_uniform_pool.c} | 0 .../core/uniforms/{vulkan_uniform_pool.h => metal_uniform_pool.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename rendering_api/metal/src/core/uniforms/{vulkan_uniform_pool.c => metal_uniform_pool.c} (100%) rename rendering_api/metal/src/core/uniforms/{vulkan_uniform_pool.h => metal_uniform_pool.h} (100%) diff --git a/rendering_api/metal/src/core/uniforms/vulkan_uniform_pool.c b/rendering_api/metal/src/core/uniforms/metal_uniform_pool.c similarity index 100% rename from rendering_api/metal/src/core/uniforms/vulkan_uniform_pool.c rename to rendering_api/metal/src/core/uniforms/metal_uniform_pool.c diff --git a/rendering_api/metal/src/core/uniforms/vulkan_uniform_pool.h b/rendering_api/metal/src/core/uniforms/metal_uniform_pool.h similarity index 100% rename from rendering_api/metal/src/core/uniforms/vulkan_uniform_pool.h rename to rendering_api/metal/src/core/uniforms/metal_uniform_pool.h