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