- compile fixes for mac os
This commit is contained in:
parent
c282c47812
commit
861450ee3f
4 changed files with 6 additions and 5 deletions
|
|
@ -195,7 +195,7 @@ void VulkanRenderDevice::InitializeState()
|
|||
for (int threadIndex = 0; threadIndex < MaxThreads; threadIndex++)
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
mRenderState.push_back(std::make_unique<VkRenderStateMolten>(this));
|
||||
mRenderState.push_back(std::make_unique<VkRenderStateMolten>(this, 0));
|
||||
#else
|
||||
mRenderState.push_back(std::make_unique<VkRenderState>(this, 0));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue