Removed old shader loading stuff

This commit is contained in:
Simon Lübeß
2024-08-22 23:42:16 +02:00
parent 73a6cc0854
commit ff1c6db222
10 changed files with 2 additions and 982 deletions
@@ -5,10 +5,6 @@ namespace GlitchyEngine.Renderer
{
public class PixelShader : Shader
{
[AllowAppend]
public this(StringView code, StringView? fileName, String entryPoint, IContentManager contentManager, ShaderDefine[] macros = null)
: base(code, fileName, entryPoint, contentManager, macros) { }
public this() : base() { }
}
}