Browse Source

Remove some files

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
e3adf90a69

+ 0 - 20
AnKi/Renderer/Svgf.cpp

@@ -1,20 +0,0 @@
-// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
-// All rights reserved.
-// Code licensed under the BSD License.
-// http://www.anki3d.org/LICENSE
-
-#include <AnKi/Renderer/Svgf.h>
-
-namespace anki
-{
-
-Svgf::Svgf(Renderer* r)
-	: RendererObject(r)
-{
-}
-
-Svgf::~Svgf()
-{
-}
-
-} // end namespace anki

+ 0 - 40
AnKi/Renderer/Svgf.h

@@ -1,40 +0,0 @@
-// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
-// All rights reserved.
-// Code licensed under the BSD License.
-// http://www.anki3d.org/LICENSE
-
-#pragma once
-
-#include <AnKi/Renderer/RendererObject.h>
-
-namespace anki
-{
-
-/// @addtogroup renderer
-/// @{
-
-/// Spatio-termporal variance filtering.
-class Svgf : public RendererObject
-{
-public:
-	Svgf(Renderer* r);
-
-	~Svgf();
-
-	ANKI_USE_RESULT Error init(const ConfigSet& cfg);
-
-	/// Populate the rendergraph.
-	void populateRenderGraph(RenderingContext& ctx);
-
-private:
-	ShaderProgramResourcePtr m_prog;
-
-	class
-	{
-	public:
-		RenderingContext* m_ctx = nullptr;
-	} m_runCtx;
-};
-/// @}
-
-} // end namespace anki

+ 0 - 12
AnKi/Shaders/SvgfAtrous.ankiprog

@@ -1,12 +0,0 @@
-// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
-// All rights reserved.
-// Code licensed under the BSD License.
-// http://www.anki3d.org/LICENSE
-
-#pragma anki start comp
-
-void main()
-{
-}
-
-#pragma anki end

+ 0 - 12
AnKi/Shaders/SvgfTemporal.ankiprog

@@ -1,12 +0,0 @@
-// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
-// All rights reserved.
-// Code licensed under the BSD License.
-// http://www.anki3d.org/LICENSE
-
-#pragma anki start comp
-
-void main()
-{
-}
-
-#pragma anki end

+ 0 - 12
AnKi/Shaders/SvgfVariance.ankiprog

@@ -1,12 +0,0 @@
-// Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
-// All rights reserved.
-// Code licensed under the BSD License.
-// http://www.anki3d.org/LICENSE
-
-#pragma anki start comp
-
-void main()
-{
-}
-
-#pragma anki end