microsoft / hlsl-specs

HLSL Specifications
MIT License
118 stars 30 forks source link

Add more granular breakdown of work items required to build initial version of HLSL clang compiler c library #200

Open coopp opened 5 months ago

coopp commented 5 months ago

This commit adds a sub proposal document under the big proposal 0016-c-interface-compiler-library that breaks down work required for the first milestone to compile a simple shader and have a partner team adopt the library for their needs.

Eventually this list will be turned into proper Issues and tracked on schedule to meet the milestone.

damyanp commented 5 months ago

FWIW, I don't think it would be a problem if this were just inlined in the original proposal doc.

coopp commented 5 months ago

I could add this in-lined in the original propsal. I was worried because it was getting quite hefty with all of the overview of the existing compiler library info. This PR (https://github.com/microsoft/hlsl-specs/pull/197) Still needs attention.