microsoft / microsoft/DirectXShaderCompiler
force include file
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.7k
- Forks
- 900
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 44
Description
Hello,
I haven't found a way to force an include file to be included when compiling with dxc. Is there a way to do that? I expected that there would be an -include <filename> flag when invoking dxc. If there is no way, I suppose this would be a feature request. Apologies if I missed something.
Thanks,
Janos
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining dxc's command-line option handling and documentation to determine whether forced include files are already supported. A complete outcome would establish whether an include option is needed and define its expected behavior before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100