Open NeonSky opened 2 years ago
Thanks. The refpages are generated by extracting portions of the specification markup and in this case, an assumption made by the extraction script was not satisfied since there are no parameters to the type. I'll put it on my queue but unlikely to be resolved quickly.
As seen here https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/PFN_vkVoidFunction.html
The description is split into two parts under different headings.
In Parameters we have
This type is returned from command function pointer queries, and must be
and in Description we have
cast to an actual command function pointer before use.
I would have expected the whole description to be under the Description heading.