Hello, I'm new to Vulkan and decided to learn the API by writing a set of .NET bindings for it. May at some point in the future, I intend to publish the work under a permissive license (probably MIT). To my understanding, this is fine as the Vulkan API code is open-source; only proper attribution is required.
However: For the code / API bindings that I write I'm adding inline API documentation which contains a lot of copy & paste from the Vulkan Specification. The Vulkan Specification license is more restrictive in regards to modified material.
So the question is: Is it allowed to create/publish source code with inline documentation where fragments of the inline documentation are copied from the official Vulkan specification?