Drawable interface for new rendering structure.
This commit is contained in:
6
RecrownedGTK/Graphics/IDrawable.cs
Normal file
6
RecrownedGTK/Graphics/IDrawable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace RecrownedGTK.Graphics {
|
||||
public interface IDrawable
|
||||
{
|
||||
void Draw(out float[] vertices, out float[] indices, out TextureData textureData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user