From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02877.html | 176 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 docs/doxygen/nel/a02877.html (limited to 'docs/doxygen/nel/a02877.html') diff --git a/docs/doxygen/nel/a02877.html b/docs/doxygen/nel/a02877.html new file mode 100644 index 00000000..31bafd0b --- /dev/null +++ b/docs/doxygen/nel/a02877.html @@ -0,0 +1,176 @@ + + +NeL: NL3D::CMeshBlockManager::CVBHeapBlock struct Reference + + + +
+

NL3D::CMeshBlockManager::CVBHeapBlock Struct Reference

+ + + + + + + + + + + + + + + + + +

Data Fields

std::vector< IMeshGeom * > AllocatedMeshGeoms
 List of MeshGeom to clear VBHeap info.

std::vector< uintFreeIds
 List of Id free in AllocatedMeshGeoms.

std::vector< CInstanceInfoRdrInstances
 List of instances. small realloc are performed, since same vector used each frame.

std::vector< IMeshGeom * > RdrMeshGeoms
 List of MeshGeom. small realloc are performed, since same vector used each frame.

CVertexBufferHeap VBHeap
 The actual VertexBufferHeap.

+

Field Documentation

+

+ + + + +
+ + +
std::vector<IMeshGeom*> NL3D::CMeshBlockManager::CVBHeapBlock::AllocatedMeshGeoms +
+
+ + + + + +
+   + + +

+List of MeshGeom to clear VBHeap info. +

+ +

+Definition at line 116 of file mesh_block_manager.h. +

+Referenced by NL3D::CMeshBlockManager::allocateMeshVBHeap(), NL3D::CMeshBlockManager::freeMeshVBHeap(), and NL3D::CMeshBlockManager::releaseVBHeaps().

+

+ + + + +
+ + +
std::vector<uint> NL3D::CMeshBlockManager::CVBHeapBlock::FreeIds +
+
+ + + + + +
+   + + +

+List of Id free in AllocatedMeshGeoms. +

+ +

+Definition at line 118 of file mesh_block_manager.h. +

+Referenced by NL3D::CMeshBlockManager::allocateMeshVBHeap(), and NL3D::CMeshBlockManager::freeMeshVBHeap().

+

+ + + + +
+ + +
std::vector<CInstanceInfo> NL3D::CMeshBlockManager::CVBHeapBlock::RdrInstances +
+
+ + + + + +
+   + + +

+List of instances. small realloc are performed, since same vector used each frame. +

+ +

+Definition at line 108 of file mesh_block_manager.h. +

+Referenced by NL3D::CMeshBlockManager::addInstance(), and NL3D::CMeshBlockManager::flush().

+

+ + + + +
+ + +
std::vector<IMeshGeom*> NL3D::CMeshBlockManager::CVBHeapBlock::RdrMeshGeoms +
+
+ + + + + +
+   + + +

+List of MeshGeom. small realloc are performed, since same vector used each frame. +

+ +

+Definition at line 111 of file mesh_block_manager.h. +

+Referenced by NL3D::CMeshBlockManager::addInstance(), and NL3D::CMeshBlockManager::flush().

+

+ + + + +
+ + +
CVertexBufferHeap NL3D::CMeshBlockManager::CVBHeapBlock::VBHeap +
+
+ + + + + +
+   + + +

+The actual VertexBufferHeap. +

+ +

+Definition at line 114 of file mesh_block_manager.h. +

+Referenced by NL3D::CMeshBlockManager::addVBHeap(), NL3D::CMeshBlockManager::allocateMeshVBHeap(), NL3D::CMeshBlockManager::flush(), NL3D::CMeshBlockManager::freeMeshVBHeap(), and NL3D::CMeshBlockManager::render().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:51:49 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1