Change namespace name

This commit is contained in:
2023-10-03 19:52:23 +02:00
parent 7538c82772
commit e0f24153d3
208 changed files with 246 additions and 246 deletions

View File

@@ -9,7 +9,7 @@ extern "C" {
#include "Shaders.h"
}
namespace openVulkanoCpp
namespace OpenVulkano
{
ShaderRegistry& ShaderRegistry::GetInstance()
{

View File

@@ -10,7 +10,7 @@
#include <map>
#include <cinttypes>
namespace openVulkanoCpp
namespace OpenVulkano
{
struct ShaderTableEntry final
{