Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Sep 2, 2024
1 parent 68a490e commit 839981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VK/DeviceVK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ Result DeviceVK::Create(const DeviceCreationDesc& deviceCreationDesc, const Devi
m_Desc.isDepthBoundsTestSupported = features.features.depthBounds;
m_Desc.isDrawIndirectCountSupported = features12.drawIndirectCount;
m_Desc.isIndependentFrontAndBackStencilReferenceAndMasksSupported = true;
m_Desc.isLineSmoothingSupported = lineRasterizationFeatures.lineSmoothing;
m_Desc.isLineSmoothingSupported = lineRasterizationFeatures.smoothLines;
m_Desc.isCopyQueueTimestampSupported = limits.timestampComputeAndGraphics;
m_Desc.isDispatchRaysIndirectSupported = rayTracingPipelineFeatures.rayTracingPipelineTraceRaysIndirect;
m_Desc.isMeshShaderPipelineStatsSupported = meshShaderFeatures.meshShaderQueries == VK_TRUE;
Expand Down

0 comments on commit 839981e

Please sign in to comment.