|
@@ -365,26 +365,6 @@ get_current_thread() const {
|
|
|
return _current_thread;
|
|
return _current_thread;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-////////////////////////////////////////////////////////////////////
|
|
|
|
|
-// Function: GeomVertexArrayDataHandle::get_object
|
|
|
|
|
-// Access: Public
|
|
|
|
|
-// Description:
|
|
|
|
|
-////////////////////////////////////////////////////////////////////
|
|
|
|
|
-INLINE const GeomVertexArrayData *GeomVertexArrayDataHandle::
|
|
|
|
|
-get_object() const {
|
|
|
|
|
- return _object;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-////////////////////////////////////////////////////////////////////
|
|
|
|
|
-// Function: GeomVertexArrayDataHandle::get_object
|
|
|
|
|
-// Access: Public
|
|
|
|
|
-// Description:
|
|
|
|
|
-////////////////////////////////////////////////////////////////////
|
|
|
|
|
-INLINE GeomVertexArrayData *GeomVertexArrayDataHandle::
|
|
|
|
|
-get_object() {
|
|
|
|
|
- return _object;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: GeomVertexArrayDataHandle::get_read_pointer
|
|
// Function: GeomVertexArrayDataHandle::get_read_pointer
|
|
|
// Access: Public
|
|
// Access: Public
|
|
@@ -403,9 +383,29 @@ get_read_pointer(bool force) const {
|
|
|
return _cdata->_buffer.get_read_pointer(force);
|
|
return _cdata->_buffer.get_read_pointer(force);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function: GeomVertexArrayDataHandle::get_object
|
|
|
|
|
+// Access: Published
|
|
|
|
|
+// Description:
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+INLINE const GeomVertexArrayData *GeomVertexArrayDataHandle::
|
|
|
|
|
+get_object() const {
|
|
|
|
|
+ return _object;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function: GeomVertexArrayDataHandle::get_object
|
|
|
|
|
+// Access: Published
|
|
|
|
|
+// Description:
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+INLINE GeomVertexArrayData *GeomVertexArrayDataHandle::
|
|
|
|
|
+get_object() {
|
|
|
|
|
+ return _object;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: GeomVertexArrayDataHandle::get_array_format
|
|
// Function: GeomVertexArrayDataHandle::get_array_format
|
|
|
-// Access: Public
|
|
|
|
|
|
|
+// Access: Published
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
INLINE const GeomVertexArrayFormat *GeomVertexArrayDataHandle::
|
|
INLINE const GeomVertexArrayFormat *GeomVertexArrayDataHandle::
|
|
@@ -415,7 +415,7 @@ get_array_format() const {
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: GeomVertexArrayDataHandle::get_usage_hint
|
|
// Function: GeomVertexArrayDataHandle::get_usage_hint
|
|
|
-// Access: Public
|
|
|
|
|
|
|
+// Access: Published
|
|
|
// Description:
|
|
// Description:
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
INLINE GeomVertexArrayDataHandle::UsageHint GeomVertexArrayDataHandle::
|
|
INLINE GeomVertexArrayDataHandle::UsageHint GeomVertexArrayDataHandle::
|