VulkanRenderer: Fix OpEntryPoint parsing
This commit is contained in:
parent
ea99c6a19e
commit
854bb16320
|
|
@ -38,6 +38,7 @@ namespace Nz
|
|||
case SpirvOp::OpEntryPoint:
|
||||
{
|
||||
SpirvExecutionModel executionModel = static_cast<SpirvExecutionModel>(ReadWord());
|
||||
ReadWord(); // func id
|
||||
std::string name = ReadString();
|
||||
|
||||
entryPoints.push_back({
|
||||
|
|
|
|||
Loading…
Reference in New Issue