2 Aug
2021
2 Aug
'21
1:56 p.m.
On Fri, 30 Jul 2021 at 06:04, Conor McCarthy <cmccarthy(a)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.