Skip to content

Commit a21bdc0

Browse files
author
devsh
committed
remove stuff we don't use
1 parent 2ffc330 commit a21bdc0

File tree

3 files changed

+8
-69
lines changed

3 files changed

+8
-69
lines changed

include/nbl/core/shapes/AABB.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

include/nbl/scene/CLevelOfDetailLibrary.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (C) 2019 - DevSH Graphics Programming Sp. z O.O.
22
// For conditions of distribution and use, see copyright notice in nabla.h
33
// See the original file in irrlicht source for authors
4-
5-
#ifndef __NBL_SCENE_C_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED__
6-
#define __NBL_SCENE_C_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED__
4+
#ifndef _NBL_SCENE_C_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED_
5+
#define _NBL_SCENE_C_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED_
76

87
#include "nbl/scene/ILevelOfDetailLibrary.h"
98

109
namespace nbl::scene
1110
{
1211

12+
#if 0 // rewrite!
1313
template<typename LoDChoiceParams=ILevelOfDetailLibrary::DefaultLoDChoiceParams, template<class...> class allocator=core::allocator>
1414
class CLevelOfDetailLibrary : public ILevelOfDetailLibrary
1515
{
@@ -124,7 +124,7 @@ class CLevelOfDetailLibrary : public ILevelOfDetailLibrary
124124

125125
allocator<uint8_t> m_alloc;
126126
};
127-
127+
#endif
128128

129129
} // end namespace nbl::scene
130130

include/nbl/scene/ILevelOfDetailLibrary.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Copyright (C) 2019 - DevSH Graphics Programming Sp. z O.O.
22
// For conditions of distribution and use, see copyright notice in nabla.h
33
// See the original file in irrlicht source for authors
4-
5-
#ifndef __NBL_SCENE_I_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED__
6-
#define __NBL_SCENE_I_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED__
4+
#ifndef _NBL_SCENE_I_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED_
5+
#define _NBL_SCENE_I_LEVEL_OF_DETAIL_LIBRARY_H_INCLUDED_
76

87
#include "nbl/video/ILogicalDevice.h"
98
#include "nbl/video/utilities/IDrawIndirectAllocator.h"
109

1110
namespace nbl::scene
1211
{
1312

13+
#if 0 // rewrite!
1414
class ILevelOfDetailLibrary : public virtual core::IReferenceCounted
1515
{
1616
public:
@@ -281,7 +281,7 @@ class ILevelOfDetailLibrary : public virtual core::IReferenceCounted
281281
asset::SBufferRange<video::IGPUBuffer> m_lodTableInfos,m_lodInfos;
282282
core::smart_refctd_ptr<video::IGPUDescriptorSet> m_ds;
283283
};
284-
284+
#endif
285285

286286
} // end namespace nbl::scene
287287

0 commit comments

Comments
 (0)