2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Updated Athena

This commit is contained in:
Jack Andersen
2015-08-20 14:06:18 -10:00
parent 4de905e986
commit 33d11d49f3
2 changed files with 30 additions and 1 deletions

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: 7464c8e5eb...b664c7df8f

View File

@@ -117,6 +117,35 @@ public:
inline const Group* getParentGroup() {return m_parent.get();}
};
/**
* @brief Loadable/Bindable runtime texture class
*/
class Texture
{
};
/**
* @brief Bindable runtime material class
*/
class Material
{
};
/**
* @brief Bindable runtime mesh surface
*/
class MeshSurface
{
};
/**
* @brief Loadable data representation containing vertex buffers, surfaces and shader refs
*/
class MeshObject
{
public:
};
/**
* @brief HLPK Runtime data-management root
*