mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 21:32:58 -04:00
remove vertex-data-allow-reread
This commit is contained in:
parent
723a9bf257
commit
88ffb3add8
@ -19,7 +19,6 @@
|
|||||||
#include "vertexDataBuffer.h"
|
#include "vertexDataBuffer.h"
|
||||||
#include "pStatTimer.h"
|
#include "pStatTimer.h"
|
||||||
|
|
||||||
PStatCollector VertexDataBuffer::_vdata_reread_pcollector("*:Vertex Data:Reread");
|
|
||||||
TypeHandle VertexDataBuffer::_type_handle;
|
TypeHandle VertexDataBuffer::_type_handle;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -92,8 +92,6 @@ private:
|
|||||||
PT(VertexDataBlock) _block;
|
PT(VertexDataBlock) _block;
|
||||||
Mutex _lock;
|
Mutex _lock;
|
||||||
|
|
||||||
static PStatCollector _vdata_reread_pcollector;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
return _type_handle;
|
return _type_handle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user