Browse Source

Disable copying of Mesh class.

vectorfields
Vladimír Vondruš 16 years ago
parent
commit
0865862ff1
  1. 2
      src/Mesh.h

2
src/Mesh.h

@ -36,6 +36,8 @@ class Buffer;
* shader as floating-point vec4) * shader as floating-point vec4)
*/ */
class Mesh { class Mesh {
DISABLE_COPY(Mesh)
public: public:
/** @brief Primitive type */ /** @brief Primitive type */
enum Primitive { enum Primitive {

Loading…
Cancel
Save