PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "geomVertexArrayData.h"#include "geom.h"#include "preparedGraphicsObjects.h"#include "reversedNumericData.h"#include "bamReader.h"#include "bamWriter.h"#include "pset.h"#include "config_gobj.h"#include "pStatTimer.h"#include "configVariableInt.h"#include "simpleAllocator.h"#include "vertexDataBuffer.h"#include "texture.h"Go to the source code of this file.
Functions | |
| ALLOC_DELETED_CHAIN_DEF (GeomVertexArrayDataHandle) | |
| PT (CopyOnWriteObject) GeomVertexArrayData | |
| Required to implement CopyOnWriteObject. More... | |
Variables | |
| ConfigVariableInt | max_independent_vertex_data ("max-independent-vertex-data", -1, PRC_DESC("Specifies the maximum number of bytes of all vertex data " "that is independent of the paging system. This is an " "initial buffer before max-ram-vertex-data, specifically " "designed for vertex datas that are dynamic in nature and " "may change size or be created and destroyed frequently.")) |
| ConfigVariableInt | vertex_data_page_size ("vertex-data-page-size", 262144, PRC_DESC("The number of bytes to allocate at a time for vertex data. " "This also controls the page size that is compressed or written " "to disk when vertex data pages are evicted from memory.")) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file geomVertexArrayData.cxx.
| PT | ( | CopyOnWriteObject | ) |
Required to implement CopyOnWriteObject.
Definition at line 71 of file geomVertexArrayData.cxx.
1.8.15