Skip to content

Commit 2be481f

Browse files
committed
layers: Add missing space in 10827 message
1 parent f7298fa commit 2be481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/stateless/sl_render_pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ bool Device::manual_PreCallValidateCmdBeginRendering(VkCommandBuffer commandBuff
643643
if (!enabled_features.fragmentDensityMapLayered) {
644644
skip |= LogError("VUID-VkRenderingInfo-fragmentDensityMapLayered-10827", commandBuffer,
645645
rendering_info_loc.dot(Field::flags),
646-
"contains VK_RENDERING_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE, but fragmentDensityMapLayeredfeature "
646+
"contains VK_RENDERING_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE, but fragmentDensityMapLayered feature "
647647
"were not enabled.");
648648
} else if (pRenderingInfo->layerCount > phys_dev_ext_props.fragment_density_map_layered_props.maxFragmentDensityMapLayers) {
649649
skip |= LogError("VUID-VkRenderingInfo-flags-10826", commandBuffer, rendering_info_loc.dot(Field::layerCount),

0 commit comments

Comments
 (0)