Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_GL / INC / ElementBufferObject.h
diff --git a/WCudaMSE/API_Bilat_GL/INC/ElementBufferObject.h b/WCudaMSE/API_Bilat_GL/INC/ElementBufferObject.h
new file mode 100755 (executable)
index 0000000..607ab1b
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef ELEMENT_BUFFER_OBJECT_H\r
+#define ELEMENT_BUFFER_OBJECT_H\r
+\r
+#include "envBilatGL.h"\r
+#include "BufferObject.h"\r
+\r
+class CBI_GL ElementBufferObject : public BufferObject\r
+    {\r
+    public:\r
+       ElementBufferObject(unsigned int sizeOctet,void* bufferIndice,GLenum bufferUsage);\r
+       virtual ~ElementBufferObject();\r
+    };\r
+\r
+#endif\r