Skip to content

Commit

Permalink
Fixed vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka-M committed Jul 7, 2020
1 parent 7358e9a commit 12e7b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer_vk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ VK_IMPORT_DEVICE
m_program[_handle.idx].destroy();
}

void* createTexture(TextureHandle /*_handle*/, Memory* /*_mem*/, uint32_t /*_flags*/, uint8_t /*_skip*/) override
void* createTexture(TextureHandle /*_handle*/, Memory* /*_mem*/, uint32_t /*_flags*/, uint8_t /*_skip*/, uint32_t nativeHandle) override
{
return NULL;
}
Expand Down

0 comments on commit 12e7b66

Please sign in to comment.