Moved more rendering things into render namespace.
This commit is contained in:
parent
1ca9ad5377
commit
8f56b94c1f
@ -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;
|
Loading…
x
Reference in New Issue
Block a user