Change namespace name
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C" {
|
||||
#include "Shaders.h"
|
||||
}
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
ShaderRegistry& ShaderRegistry::GetInstance()
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <map>
|
||||
#include <cinttypes>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
struct ShaderTableEntry final
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user