Removed unnecessary "override extern"s

This commit is contained in:
Simon Lübeß
2022-03-02 01:57:04 +01:00
parent 9197a209d6
commit afe36b19df
3 changed files with 8 additions and 12 deletions
@@ -7,7 +7,5 @@ namespace GlitchyEngine.Renderer
[AllowAppend]
public this(String source, String entryPoint, ShaderDefine[] macros = null)
: base(source, entryPoint, macros) { }
public override extern void CompileFromSource(String code, String entryPoint, ShaderDefine[] macros = null);
}
}