Skip to content
Permalink
Browse files
Merge pull request #6796 from lioncash/unused
RenderBase: Remove unused PixelPerfQuery enum
  • Loading branch information
leoetlino committed May 9, 2018
2 parents 5cd02f0 + e020f5b commit 3e60850
Showing 1 changed file with 0 additions and 10 deletions.
@@ -68,16 +68,6 @@ class Renderer

using ClearColor = std::array<float, 4>;

enum PixelPerfQuery
{
PP_ZCOMP_INPUT_ZCOMPLOC,
PP_ZCOMP_OUTPUT_ZCOMPLOC,
PP_ZCOMP_INPUT,
PP_ZCOMP_OUTPUT,
PP_BLEND_INPUT,
PP_EFB_COPY_CLOCKS
};

virtual void SetPipeline(const AbstractPipeline* pipeline) {}
virtual void SetScissorRect(const MathUtil::Rectangle<int>& rc) {}
virtual void SetTexture(u32 index, const AbstractTexture* texture) {}

0 comments on commit 3e60850

Please sign in to comment.