From 1d28b2e142f845773e2b90e267d9632e196a99b9 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 20:07:44 -0700 Subject: Remove references to PICA and rasterizers in video_core --- src/video_core/shader/shader_interpreter.h | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 src/video_core/shader/shader_interpreter.h (limited to 'src/video_core/shader/shader_interpreter.h') diff --git a/src/video_core/shader/shader_interpreter.h b/src/video_core/shader/shader_interpreter.h deleted file mode 100644 index 50fd7c69d..000000000 --- a/src/video_core/shader/shader_interpreter.h +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include "video_core/shader/debug_data.h" -#include "video_core/shader/shader.h" - -namespace Pica { - -namespace Shader { - -class InterpreterEngine final : public ShaderEngine { -public: - void SetupBatch(ShaderSetup& setup, unsigned int entry_point) override; - void Run(const ShaderSetup& setup, UnitState& state) const override; - - /** - * Produce debug information based on the given shader and input vertex - * @param setup Shader engine state - * @param input Input vertex into the shader - * @param config Configuration object for the shader pipeline - * @return Debug information for this shader with regards to the given vertex - */ - DebugData ProduceDebugInfo(const ShaderSetup& setup, const AttributeBuffer& input, - const ShaderRegs& config) const; -}; - -} // namespace - -} // namespace -- cgit v1.2.3