Urho3D::ScratchBuffer Struct Reference

CPU-side scratch buffer for vertex data updates. More...

#include <OGLGraphics.h>

Collaboration diagram for Urho3D::ScratchBuffer:
[legend]

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 files:
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Direct3D11/D3D11Graphics.h
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/OpenGL/OGLGraphics.h