Moved more rendering things into render namespace.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
using OpenTK;
|
using OpenTK;
|
||||||
namespace RecrownedGTK.Graphics {
|
namespace RecrownedGTK.Graphics.Render {
|
||||||
public interface IDrawable
|
public interface IDrawable
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
@@ -1,6 +1,6 @@
|
|||||||
using RecrownedGTK.Types;
|
using RecrownedGTK.Types;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
namespace RecrownedGTK.Graphics {
|
namespace RecrownedGTK.Graphics.Render {
|
||||||
public class RectTexture : Rectangle, IDrawable {
|
public class RectTexture : Rectangle, IDrawable {
|
||||||
private VertexInformation[] vertices;
|
private VertexInformation[] vertices;
|
||||||
private TextureData textureData;
|
private TextureData textureData;
|
Reference in New Issue
Block a user