Merge pull request #915 from billhollings/master
Restore the correct value for maxDrawIndexedIndexValue.
This commit is contained in:
commit
8be219f428
@ -1487,7 +1487,7 @@ void MVKPhysicalDevice::initProperties() {
|
||||
_properties.limits.maxComputeWorkGroupCount[1] = kMVKUndefinedLargeUInt32;
|
||||
_properties.limits.maxComputeWorkGroupCount[2] = kMVKUndefinedLargeUInt32;
|
||||
|
||||
_properties.limits.maxDrawIndexedIndexValue = kMVKUndefinedLargeUInt32;
|
||||
_properties.limits.maxDrawIndexedIndexValue = numeric_limits<uint32_t>::max(); // Must be (2^32 - 1) to support fullDrawIndexUint32
|
||||
_properties.limits.maxDrawIndirectCount = kMVKUndefinedLargeUInt32;
|
||||
|
||||
_properties.limits.maxClipDistances = kMVKUndefinedLargeUInt32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user