mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Handle NULL signatures in DXIL EntryPoint
This commit is contained in:
@@ -283,6 +283,7 @@ EntryPoint::EntryPoint(const Metadata *entryPoint)
|
||||
name = entryPoint->children[1]->str;
|
||||
|
||||
const Metadata *signatures = entryPoint->children[2];
|
||||
if(signatures)
|
||||
{
|
||||
const Metadata *ins = signatures->children[0];
|
||||
if(ins)
|
||||
|
||||
Reference in New Issue
Block a user