Drawable interface for new rendering structure.
This commit is contained in:
parent
b885c99a59
commit
260bbeb9cb
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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user