diff options
| author | James Rowe <jroweboy@gmail.com> | 2018-01-11 20:07:44 -0700 |
|---|---|---|
| committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:03 -0700 |
| commit | 1d28b2e142f845773e2b90e267d9632e196a99b9 (patch) | |
| tree | 027a3586a0fc927731afb3711c328c6dafc8551f /src/video_core/shader/shader_interpreter.h | |
| parent | ebf9a784a9f7f4148a669dbb39e7cd50df779a14 (diff) | |
Remove references to PICA and rasterizers in video_core
Diffstat (limited to 'src/video_core/shader/shader_interpreter.h')
| -rw-r--r-- | src/video_core/shader/shader_interpreter.h | 32 |
1 files changed, 0 insertions, 32 deletions
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<true> ProduceDebugInfo(const ShaderSetup& setup, const AttributeBuffer& input, - const ShaderRegs& config) const; -}; - -} // namespace - -} // namespace |
