File tree Expand file tree Collapse file tree 3 files changed +8
-69
lines changed Expand file tree Collapse file tree 3 files changed +8
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2019 - DevSH Graphics Programming Sp. z O.O.
2
2
// For conditions of distribution and use, see copyright notice in nabla.h
3
3
// 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_
7
6
8
7
#include " nbl/scene/ILevelOfDetailLibrary.h"
9
8
10
9
namespace nbl ::scene
11
10
{
12
11
12
+ #if 0 // rewrite!
13
13
template<typename LoDChoiceParams=ILevelOfDetailLibrary::DefaultLoDChoiceParams, template<class...> class allocator=core::allocator>
14
14
class CLevelOfDetailLibrary : public ILevelOfDetailLibrary
15
15
{
@@ -124,7 +124,7 @@ class CLevelOfDetailLibrary : public ILevelOfDetailLibrary
124
124
125
125
allocator<uint8_t> m_alloc;
126
126
};
127
-
127
+ # endif
128
128
129
129
} // end namespace nbl::scene
130
130
Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2019 - DevSH Graphics Programming Sp. z O.O.
2
2
// For conditions of distribution and use, see copyright notice in nabla.h
3
3
// 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_
7
6
8
7
#include " nbl/video/ILogicalDevice.h"
9
8
#include " nbl/video/utilities/IDrawIndirectAllocator.h"
10
9
11
10
namespace nbl ::scene
12
11
{
13
12
13
+ #if 0 // rewrite!
14
14
class ILevelOfDetailLibrary : public virtual core::IReferenceCounted
15
15
{
16
16
public:
@@ -281,7 +281,7 @@ class ILevelOfDetailLibrary : public virtual core::IReferenceCounted
281
281
asset::SBufferRange<video::IGPUBuffer> m_lodTableInfos,m_lodInfos;
282
282
core::smart_refctd_ptr<video::IGPUDescriptorSet> m_ds;
283
283
};
284
-
284
+ # endif
285
285
286
286
} // end namespace nbl::scene
287
287
You can’t perform that action at this time.
0 commit comments