mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 14:24:56 +00:00
Updated Athena
This commit is contained in:
2
hecl/extern/Athena
vendored
2
hecl/extern/Athena
vendored
Submodule hecl/extern/Athena updated: 7464c8e5eb...b664c7df8f
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user