summaryrefslogtreecommitdiff
path: root/tools/gfx/simple-render-pass-layout.h
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /tools/gfx/simple-render-pass-layout.h
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'tools/gfx/simple-render-pass-layout.h')
-rw-r--r--tools/gfx/simple-render-pass-layout.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/gfx/simple-render-pass-layout.h b/tools/gfx/simple-render-pass-layout.h
index ae3ef1166..8ac41de0c 100644
--- a/tools/gfx/simple-render-pass-layout.h
+++ b/tools/gfx/simple-render-pass-layout.h
@@ -5,16 +5,14 @@
// desc value. Used by targets that does not expose an API object for the render pass
// concept.
-#include "slang-gfx.h"
-#include "core/slang-com-object.h"
#include "core/slang-basic.h"
+#include "core/slang-com-object.h"
+#include "slang-gfx.h"
namespace gfx
{
-class SimpleRenderPassLayout
- : public IRenderPassLayout
- , public Slang::ComObject
+class SimpleRenderPassLayout : public IRenderPassLayout, public Slang::ComObject
{
public:
SLANG_COM_OBJECT_IUNKNOWN_ALL
@@ -27,4 +25,4 @@ public:
void init(const IRenderPassLayout::Desc& desc);
};
-}
+} // namespace gfx