Commit 2e238583 by Chris Forbes

Remove dead parts of ShaderCore

Change-Id: I966632cdd1cfd7077d0595d8987d15351e43b6a6 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/30248Tested-by: 's avatarChris Forbes <chrisforbes@google.com> Presubmit-Ready: Chris Forbes <chrisforbes@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 6f1b765a
...@@ -22,7 +22,7 @@ namespace sw ...@@ -22,7 +22,7 @@ namespace sw
class PixelShader; class PixelShader;
class SamplerCore; class SamplerCore;
class PixelRoutine : public sw::QuadRasterizer, public ShaderCore class PixelRoutine : public sw::QuadRasterizer
{ {
public: public:
PixelRoutine(const PixelProcessor::State &state, PixelRoutine(const PixelProcessor::State &state,
......
...@@ -22,7 +22,7 @@ namespace sw ...@@ -22,7 +22,7 @@ namespace sw
{ {
struct Stream; struct Stream;
class VertexProgram : public VertexRoutine, public ShaderCore class VertexProgram : public VertexRoutine
{ {
public: public:
VertexProgram( VertexProgram(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment