On Fri, 30 Jul 2021 at 06:04, Conor McCarthy cmccarthy@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.