mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
a89ceb6590
Using ok() may result in todo's succeeding when create_shader_stage() succeeds, but vkCreateGraphicsPipelines() fails. There's not much point in using ok() here in the first place though, because ultimately the draw operation is going to fail when shader compilation failed.