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
dxc explicitly forbids empty payload structs and empty hit attribute structs. This does not seem to be explicitly forbidden by the DXR spec.
Not sure what the intended behavior is, i.e. whether the spec should be updated, or whether this should be fixed in https://github.com/microsoft/DirectXShaderCompiler.
Description
dxc
explicitly forbids empty payload structs and empty hit attribute structs. This does not seem to be explicitly forbidden by the DXR spec.Not sure what the intended behavior is, i.e. whether the spec should be updated, or whether this should be fixed in https://github.com/microsoft/DirectXShaderCompiler.
Empty payload example
dxc -T lib_6_7
output:Empty hit attribute struct example:
dxc -T lib_6_7
output:The text was updated successfully, but these errors were encountered: