Files
UnrealEngineUWP/Engine/Source/Runtime/RenderCore
Dmitriy Dyomin 6cbf7a816d Always use UINT for NiagaraFX SortedIndices parameter.
To fix vulkan validation warning: Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0xb60d06000004faeb, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | Descriptor set VkDescriptorSet 0xb60d06000004faeb[] encountered the following validation error at vkCmdDrawIndexed time: Descriptor in binding #11 index 0 requires UINT component type, but bound descriptor format is VK_FORMAT_R32_SINT. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)
#rb stu.mckenna
#jira none
#preflight 62ba79a7e7734830fa8ed726

[CL 20845687 by Dmitriy Dyomin in ue5-main branch]
2022-06-28 00:01:11 -04:00
..