[PATCH vkd3d 2/7] tests: Test for range overflow in test_root_signature_limits().

Henri Verbeet hverbeet at gmail.com
Mon Aug 2 08:56:54 CDT 2021


On Fri, 30 Jul 2021 at 06:04, Conor McCarthy <cmccarthy at codeweavers.com> wrote:
> +    /* Windows results vary for overflowing to zero, but anything beyond that is invalid. */
> +    root_signature_desc.NumParameters = 1;
> +    descriptor_ranges[0].NumDescriptors = 0x1001;
> +    descriptor_ranges[0].OffsetInDescriptorsFromTableStart = 0xFFFFF000;

Lowercase hexadecimal constants, please.



More information about the wine-devel mailing list