microsoft / hlsl-specs

HLSL Specifications
MIT License
121 stars 33 forks source link

[0011] Begin Review Period #96

Open llvm-beanz opened 1 year ago

llvm-beanz commented 1 year ago

Which proposal does this relate to? Proposal 0011 - Inline SPIR-V

Review Period With all outstanding issues resolved, the Inline SPIR-V spec is now entering a final review period. This period is a final call for feedback on the proposal. All feedback is due 9/22. If there is no outstanding feedback at EOD 9/22, the spec will be accepted on 9/25.

(cc @s-perron)

devshgraphicsprogramming commented 1 year ago

How can I build a type corresponding to a BDA / GLSL buffer_reference for some struct T using vk::SpirvType?

How could I declare the equivalent of

layout() buffer coherent read_only
{
   uint count;
   uint timestamps[];
};