gl/vk: Fix stencil ops

This commit is contained in:
kd-11 2017-03-24 12:29:18 +03:00
parent f4a0ff19d5
commit 5b0fddd3e8
3 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,6 @@ namespace vk
program::~program()
{
LOG_ERROR(RSX, "Program destructor invoked!");
vkDestroyPipeline(m_device, pipeline, nullptr);
}