sync singular build data struct during prep

This commit is contained in:
jacob 2025-12-07 04:33:03 -06:00
parent 1532549ffa
commit 905cb50e33
2 changed files with 519 additions and 457 deletions

View File

@ -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;

File diff suppressed because it is too large Load Diff