Change namespace name
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#include "VulkanNode.hpp"
|
||||
#include "Vulkan/VulkanDrawContext.hpp"
|
||||
|
||||
using namespace openVulkanoCpp::Scene;
|
||||
using namespace OpenVulkano::Scene;
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
namespace OpenVulkano::Vulkan
|
||||
{
|
||||
void EncodeSimpleDrawable(Drawable* instance, Vulkan::VulkanDrawContext* drawContext)
|
||||
{
|
||||
@@ -30,5 +30,5 @@ namespace openVulkanoCpp::Vulkan
|
||||
|
||||
namespace
|
||||
{
|
||||
void* simpleDrawableVulkanEncoderReg = DrawEncoder::RegisterVulkanEncodeFunction<SimpleDrawable>(&openVulkanoCpp::Vulkan::EncodeSimpleDrawable);
|
||||
void* simpleDrawableVulkanEncoderReg = DrawEncoder::RegisterVulkanEncodeFunction<SimpleDrawable>(&OpenVulkano::Vulkan::EncodeSimpleDrawable);
|
||||
}
|
||||
Reference in New Issue
Block a user