We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What the title says, I can't get them to have any effect on error reporting at all. I'm not using -ignore-line-directives
-ignore-line-directives
I've tried both of these forms: #line 1 #line 1 "C:/some/path.hlsl"
#line 1
#line 1 "C:/some/path.hlsl"
I'm using the x64 version of dxc from the 10.0.17763.0 Windows SDK
The text was updated successfully, but these errors were encountered:
Thanks. This was found and fixed a few months back. You can either build the latest version from source or wait for the next official release.
Sorry, something went wrong.
For reference: #1665
@MrTrillian thank you!
No branches or pull requests
What the title says, I can't get them to have any effect on error reporting at all. I'm not using
-ignore-line-directives
I've tried both of these forms:
#line 1
#line 1 "C:/some/path.hlsl"
I'm using the x64 version of dxc from the 10.0.17763.0 Windows SDK
The text was updated successfully, but these errors were encountered: