27class EXPCL_PANDADX DXVertexBufferContext9 :
public VertexBufferContext {
30 PreparedGraphicsObjects *pgo,
32 ALLOC_DELETED_CHAIN(DXVertexBufferContext9);
36 LPDIRECT3DVERTEXBUFFER9 _vbuffer;
43 static void init_type() {
44 VertexBufferContext::init_type();
46 VertexBufferContext::get_class_type());
49 return get_class_type();
51 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
virtual void evict_lru()
Evicts the page from the LRU.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.