18 #ifndef __H__OCULAR_GRAPHICS_MESH_MISSING__H__
19 #define __H__OCULAR_GRAPHICS_MESH_MISSING__H__
51 virtual bool bind()
override;
56 virtual void unbind()
override;
61 virtual void unload()
override;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Combination of a VertexBuffer and IndexBuffer.
Definition: Mesh.hpp:49
virtual void unload() override
Definition: MeshMissing.cpp:55
Special default 'missing' Mesh. Typically used internally.
Definition: MeshMissing.hpp:41
virtual void unbind() override
Definition: MeshMissing.cpp:50
virtual bool bind() override
Definition: MeshMissing.cpp:45