Removed some unused files.
This commit is contained in:
parent
a58d3cb131
commit
276f429b2f
@ -1,22 +0,0 @@
|
|||||||
using NUnit.Framework;
|
|
||||||
namespace RecrownedGTK.Tests
|
|
||||||
{
|
|
||||||
[TestFixture]
|
|
||||||
public class TextureDataTest
|
|
||||||
{
|
|
||||||
[SetUp]
|
|
||||||
public void Setup()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[TearDown]
|
|
||||||
public void Cleanup() {
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test]
|
|
||||||
public void TestDefaultShader()
|
|
||||||
{
|
|
||||||
Assert.Pass();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
using RecrownedGTK.Graphics.Render;
|
|
||||||
|
|
||||||
namespace RecrownedGTK.Types
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// A wrapper that makes sure anything implementing can be drawn with options.
|
|
||||||
/// </summary>
|
|
||||||
public interface IRectangleDrawable
|
|
||||||
{
|
|
||||||
byte[] ColorData {
|
|
||||||
get;
|
|
||||||
}
|
|
||||||
float[] vertices {
|
|
||||||
get;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user