You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, there should be no warning for a register usage, shouldn't be? I know the warning could be disabled via -warnings-disable, however I would expect there is nothing to warn about or alternatively register usage shouldn't be documented.
I would personally say that any usage of register shouldn't produce any warning. I think the behavior should be aligned with how dxc - dxc produces no warnings when compiling to SPIR-V (source + verified manually).
The text was updated successfully, but these errors were encountered:
If I try to compile this shader:
via command line:
it seems to generate
shader.spv
as expected, but also a warning is produced:However, such usage is explicitly documented in "SPIR-V specific functionalities" (link):
So, there should be no warning for a
register
usage, shouldn't be? I know the warning could be disabled via-warnings-disable
, however I would expect there is nothing to warn about or alternatively register usage shouldn't be documented.I would personally say that any usage of register shouldn't produce any warning. I think the behavior should be aligned with how
dxc
-dxc
produces no warnings when compiling to SPIR-V (source + verified manually).The text was updated successfully, but these errors were encountered: