Skip to content

Commit

Permalink
Fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed May 27, 2024
1 parent c614b02 commit ec705f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/VK/DeviceVK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ Result DeviceVK::Create(const DeviceCreationDesc& deviceCreationDesc, const Devi
m_Desc.isDispatchRaysIndirectSupported = rayTracingPipelineFeatures.rayTracingPipelineTraceRaysIndirect;
m_Desc.isMeshShaderPipelineStatsSupported = meshShaderFeatures.meshShaderQueries == VK_TRUE;
m_Desc.isDrawMeshTasksIndirectSupported = true;
m_Desc.isEnchancedBarrierSupported = true;

m_Desc.isShaderNativeI16Supported = features.features.shaderInt16;
m_Desc.isShaderNativeF16Supported = features12.shaderFloat16;
Expand Down

0 comments on commit ec705f3

Please sign in to comment.