mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
turnip: fix segmentation fault with compute pipeline
Not supported, so always set pointer to NULL Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
eef195c9cc
commit
467f9982df
1 changed files with 1 additions and 1 deletions
|
|
@ -1924,8 +1924,8 @@ tu_CreateComputePipelines(VkDevice _device,
|
|||
pAllocator, &pPipelines[i]);
|
||||
if (r != VK_SUCCESS) {
|
||||
result = r;
|
||||
pPipelines[i] = VK_NULL_HANDLE;
|
||||
}
|
||||
pPipelines[i] = VK_NULL_HANDLE;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue