RenderBase: Remove unused PixelPerfQuery enum
Neither the values or the identifier name of the enum is used anywhere in the codebase.
This commit is contained in:
parent
5cd02f0853
commit
e020f5b04b
|
@ -68,16 +68,6 @@ public:
|
||||||
|
|
||||||
using ClearColor = std::array<float, 4>;
|
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 SetPipeline(const AbstractPipeline* pipeline) {}
|
||||||
virtual void SetScissorRect(const MathUtil::Rectangle<int>& rc) {}
|
virtual void SetScissorRect(const MathUtil::Rectangle<int>& rc) {}
|
||||||
virtual void SetTexture(u32 index, const AbstractTexture* texture) {}
|
virtual void SetTexture(u32 index, const AbstractTexture* texture) {}
|
||||||
|
|
Loading…
Reference in New Issue