code_size is also provided but this is somewhat inconsistent with other builders that do set counts.
I suspect this is because the vulkan spec xml specifies the pCode member as
<member len="latexmath:[\textrm{codeSize} \over 4]" altlen="codeSize / 4">const <type>uint32_t</type>* <name>pCode</name><comment>Binary code of size codeSize</comment></member>
and the vulkanalia generator can't deal with expressions and god forbid LaTeX inside len attributes.
code_sizeis also provided but this is somewhat inconsistent with other builders that do set counts.I suspect this is because the vulkan spec xml specifies the pCode member as
and the vulkanalia generator can't deal with expressions and god forbid LaTeX inside
lenattributes.