|
| | ~TempBlendedBufferInfo (void) |
| |
| void | bindTempCopies (VertexData *targetData, bool suppressHardwareUpload) |
| | Utility method, binds dest copies into a given VertexData struct.
|
| |
| bool | buffersCheckedOut (bool positions=true, bool normals=true) const |
| | Detect currently have buffer copies checked out and touch it.
|
| |
| void | checkoutTempCopies (bool positions=true, bool normals=true) |
| | Utility method, checks out temporary copies of src into dest.
|
| |
| void | extractFrom (const VertexData *sourceData) |
| | Utility method, extract info from the given VertexData.
|
| |
| void | licenseExpired (HardwareBuffer *buffer) |
| | Overridden member from HardwareBufferLicensee.
|
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
Structure for recording the use of temporary blend buffers.