Skip to content

Commit

Permalink
Update device.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii authored Aug 10, 2023
1 parent 6c7303d commit 130e3c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions engine/src/graphics/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ namespace gen
#endif
}

/*
QueueFamilyIndices GraphicsDevice::findQueueFamilies(vk::PhysicalDevice device)
{
QueueFamilyIndices indices;
Expand Down Expand Up @@ -162,8 +161,6 @@ namespace gen

return indices.isComplete() && extensionsSupported && swapChainAdequate;
}
*/
/*

void GraphicsDevice::createSurface()
{
Expand Down Expand Up @@ -196,9 +193,6 @@ namespace gen
}
}

*/

/*
void GraphicsDevice::createLogicalDevice()
{
QueueFamilyIndices indices = findQueueFamilies(m_physicalDevice);
Expand Down Expand Up @@ -360,5 +354,4 @@ namespace gen
gen::logger::error("vulkan", "failed to find suitable memory type!");
throw std::runtime_error("failed to find suitable memory type!");
}
*/
}

0 comments on commit 130e3c1

Please sign in to comment.