Change folder structure, add solution to the root.
This commit is contained in:
8
DaggerFramework/Source/Rendering/Shader.cs
Executable file
8
DaggerFramework/Source/Rendering/Shader.cs
Executable file
@@ -0,0 +1,8 @@
|
||||
namespace DaggerFramework.Rendering
|
||||
{
|
||||
public abstract class Shader
|
||||
{
|
||||
public abstract string FragmentSource { get; }
|
||||
public abstract string VertexSource { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user