Fix some compile errors caused by cherry-picking an old commit

This commit is contained in:
Magnus Norddahl 2023-03-16 23:17:23 +01:00
commit 342d495c08
4 changed files with 5 additions and 10 deletions

View file

@ -568,8 +568,3 @@ void VulkanRenderDevice::SetSceneRenderTarget(bool useSSAO)
{
mRenderState->SetRenderTarget(&GetBuffers()->SceneColor, GetBuffers()->SceneDepthStencil.View.get(), GetBuffers()->GetWidth(), GetBuffers()->GetHeight(), VK_FORMAT_R16G16B16A16_SFLOAT, GetBuffers()->GetSceneSamples());
}
bool VulkanRenderDevice::RaytracingEnabled()
{
return vk_raytrace && device->SupportsExtension(VK_KHR_RAY_QUERY_EXTENSION_NAME);
}