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 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
109namespace nbl ::scene
1110{
1211
12+ #if 0 // rewrite!
1313template<typename LoDChoiceParams=ILevelOfDetailLibrary::DefaultLoDChoiceParams, template<class...> class allocator=core::allocator>
1414class 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
Original file line number Diff line number Diff line change 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
1110namespace nbl ::scene
1211{
1312
13+ #if 0 // rewrite!
1414class 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
You can’t perform that action at this time.
0 commit comments