Skip to content

Commit 77a7366

Browse files
committed
Updated new vulkan classes to Nabla
1 parent 8a208a6 commit 77a7366

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

include/nbl/video/IGPUCommandBuffer.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#ifndef __NBL_I_GPU_COMMAND_BUFFER_H_INCLUDED__
22
#define __NBL_I_GPU_COMMAND_BUFFER_H_INCLUDED__
33

4-
#include <irr/core/IReferenceCounted.h>
4+
#include <nbl/core/IReferenceCounted.h>
55
#include "IGPUBuffer.h"
6-
#include <irr/asset/IMeshBuffer.h>
7-
#include <irr/video/IGPUImage.h>
8-
#include <irr/video/IGPUSampler.h>
6+
#include <nbl/asset/IMeshBuffer.h>
7+
#include <nbl/video/IGPUImage.h>
8+
#include <nbl/video/IGPUSampler.h>
99
#include "IVideoDriver.h"
1010

1111
#include <type_traits>
1212

13-
namespace irr {
13+
namespace nbl {
1414
namespace video
1515
{
1616
//TODO move and possibly rename

include/nbl/video/IGPUPrimaryCommandBuffer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef __IRR_I_GPU_PRIMARY_COMMAND_BUFFER_H_INCLUDED__
22
#define __IRR_I_GPU_PRIMARY_COMMAND_BUFFER_H_INCLUDED__
33

4-
#include <irr/video/IGPUCommandBuffer.h>
4+
#include <nbl/video/IGPUCommandBuffer.h>
55

6-
namespace irr {
6+
namespace nbl {
77
namespace video
88
{
99

include/nbl/video/IGPUQueue.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#ifndef __IRR_I_GPU_QUEUE_H_INCLUDED__
22
#define __IRR_I_GPU_QUEUE_H_INCLUDED__
33

4-
#include <irr/core/IReferenceCounted.h>
5-
#include <irr/video/IGPUPrimaryCommandBuffer.h>
4+
#include <nbl/core/IReferenceCounted.h>
5+
#include <nbl/video/IGPUPrimaryCommandBuffer.h>
66
#include "IDriverFence.h"
77

8-
namespace irr {
8+
namespace nbl {
99
namespace video
1010
{
1111

include/nbl/video/IGPUQueueFamily.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#ifndef __IRR_I_GPU_QUEUE_FAMILY_H_INCLUDED__
22
#define __IRR_I_GPU_QUEUE_FAMILY_H_INCLUDED__
33

4-
#include <irr/asset/IImage.h> //for VkExtent3D only
4+
#include <nbl/asset/IImage.h> //for VkExtent3D only
55
#include <type_traits>
66

7-
namespace irr {
7+
namespace nbl {
88
namespace video
99
{
1010

0 commit comments

Comments
 (0)