VulkanRenderer: Fix OpEntryPoint parsing
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user