[llvm-branch-commits] [clang] [llvm] [HLSL] Define RasterizerOrderedBuffer resource (PR #74897)

Justin Bogner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Dec 9 01:35:04 PST 2023


================
@@ -0,0 +1,20 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s
----------------
bogner wrote:

That's a fair point. I went ahead and changed the triple to specify a pixel shader to avoid any confusion / future validation issues

https://github.com/llvm/llvm-project/pull/74897


More information about the llvm-branch-commits mailing list