From 1c99a986ae12a3f1ce4cee86191052183d37208a Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 9 Dec 2021 10:46:41 -0800 Subject: Remove `PipelineType` from gfx header. (#2051) Co-authored-by: Yong He --- tools/gfx/renderer-shared.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/gfx/renderer-shared.h') diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h index 7859f1ad9..9383f2c4e 100644 --- a/tools/gfx/renderer-shared.h +++ b/tools/gfx/renderer-shared.h @@ -1008,6 +1008,15 @@ public: IQueryPool* getInterface(const Slang::Guid& guid); }; +enum class PipelineType +{ + Unknown, + Graphics, + Compute, + RayTracing, + CountOf, +}; + class PipelineStateBase : public IPipelineState , public Slang::ComObject -- cgit v1.2.3