Documentation
Urho3D::ScratchBuffer Struct Reference
CPU-side scratch buffer for vertex data updates. More...
#include <OGLGraphics.h>
Collaboration diagram for Urho3D::ScratchBuffer:
Public Attributes | |
| SharedArrayPtr< unsigned char > | data_ |
| Buffer data. | |
| unsigned | size_ |
| Data size. | |
| bool | reserved_ |
| Reserved flag. | |
Detailed Description
CPU-side scratch buffer for vertex data updates.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/OpenGL/OGLGraphics.h
