namespace RecrownedGTK.Graphics { public interface IDrawable { void Draw(out float[] vertices, out float[] indices, out TextureData textureData); } }