using System; using GlitchyEngine.Content; namespace GlitchyEngine.Renderer { public class PixelShader : Shader { public this() : base() { } } }