diff options
| author | Yong He <yonghe@outlook.com> | 2023-05-02 20:29:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 20:29:38 -0700 |
| commit | d52376a65f37fcbbb67428b917fd3819436b6dfb (patch) | |
| tree | da25b3c9a00bd003b1970b4a6c4eb38eccf62aa1 /tests/diagnostics/register-bindings.slang.expected | |
| parent | 55291b0bf6d729fcbaf75a01926da7da8975b8e9 (diff) | |
Various dxc/fxc compatibility fixes. (#2863)
* Various dxc/fxc compatibility fixes.
* Cleanup.
* Fix test cases.
* Fix comments.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/diagnostics/register-bindings.slang.expected')
| -rw-r--r-- | tests/diagnostics/register-bindings.slang.expected | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/diagnostics/register-bindings.slang.expected b/tests/diagnostics/register-bindings.slang.expected index e71f58b13..74e9917d3 100644 --- a/tests/diagnostics/register-bindings.slang.expected +++ b/tests/diagnostics/register-bindings.slang.expected @@ -12,9 +12,6 @@ SamplerState c : register(s0, s1); tests/diagnostics/register-bindings.slang(16): error 39010: expected a register space index after 'space' SamplerState d : register(s2, space); ^~~~~ -tests/diagnostics/register-bindings.slang(19): error 39011: explicit register component masks are not yet supported in Slang -Texture2D e : register(t3.x); - ^ } standard output = { } |
