Incorrect number of instances has been specified for
top level structure.
Affected tests:
* dEQP-VK.ray_tracing_pipeline.indirect.build_structure
Components: Vulkan
VK-GL-CTS issue: 2767
Change-Id: I11f9c42dd5d1b919c8de250abdae426c9c584a69
"\n"
"void main()\n"
"{\n"
- " uint primitiveCount = " << m_data.depth << "u;\n"
+ " uint primitiveCount = " << m_data.instancesGroupCount << "u;\n"
" uint primitiveOffset = " << 0 << "u;\n"
" uint firstVertex = " << 0 << "u;\n"
" uint transformOffset = " << 0 << "u;\n"