sync singular build data struct during prep
This commit is contained in:
parent
1532549ffa
commit
905cb50e33
@ -539,6 +539,12 @@ GPU_D12_Pipeline *GPU_D12_PipelineFromDesc(GPU_D12_PipelineDesc desc)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ok)
|
||||||
|
{
|
||||||
|
/* TOOD: Don't panic */
|
||||||
|
Panic(error_str);
|
||||||
|
}
|
||||||
|
|
||||||
pipeline->pso = pso;
|
pipeline->pso = pso;
|
||||||
pipeline->error = error_str;
|
pipeline->error = error_str;
|
||||||
pipeline->ok = ok;
|
pipeline->ok = ok;
|
||||||
|
|||||||
970
src/meta/meta.c
970
src/meta/meta.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user