mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 17:05:24 +00:00
Bug fixes for HECL
This commit is contained in:
@@ -13,6 +13,7 @@ struct IGraphicsBuffer
|
||||
protected:
|
||||
bool m_dynamic;
|
||||
IGraphicsBuffer(bool dynamic) : m_dynamic(dynamic) {}
|
||||
virtual ~IGraphicsBuffer() {}
|
||||
};
|
||||
|
||||
/** Static resource buffer for verts, indices, uniform constants */
|
||||
@@ -59,6 +60,7 @@ struct ITexture
|
||||
protected:
|
||||
Type m_type;
|
||||
ITexture(Type type) : m_type(type) {}
|
||||
virtual ~ITexture() {}
|
||||
};
|
||||
|
||||
/** Static resource buffer for textures */
|
||||
|
||||
Reference in New Issue
Block a user