mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
gl/vk: Fix stencil ops
This commit is contained in:
parent
f4a0ff19d5
commit
5b0fddd3e8
3 changed files with 5 additions and 4 deletions
|
@ -14,7 +14,6 @@ namespace vk
|
|||
|
||||
program::~program()
|
||||
{
|
||||
LOG_ERROR(RSX, "Program destructor invoked!");
|
||||
vkDestroyPipeline(m_device, pipeline, nullptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue