Basic rendering with camera controls are functional.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using SlatedGameToolkit.Framework.Graphics.OpenGL;
|
||||
|
||||
namespace SlatedGameToolkit.Framework.Graphics.Render.Shaders
|
||||
{
|
||||
public interface IShadeable : IDisposable
|
||||
{
|
||||
GLContext GLContext {get;}
|
||||
uint Handle { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user