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