This commit is contained in:
Bill Hollings 2018-09-19 17:28:56 -04:00
commit c3863dd495
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
9ffd4172b46408ab6b03625b0f4f9cfafa5aaa71 bfbe36f6362fa277aa0f966e35927c9aedd60d01

View File

@ -476,6 +476,7 @@ void MVKPhysicalDevice::initFeatures() {
_features.robustBufferAccess = true; // XXX Required by Vulkan spec _features.robustBufferAccess = true; // XXX Required by Vulkan spec
_features.fullDrawIndexUint32 = true; _features.fullDrawIndexUint32 = true;
_features.independentBlend = true; _features.independentBlend = true;
_features.sampleRateShading = true;
_features.depthBiasClamp = true; _features.depthBiasClamp = true;
_features.fillModeNonSolid = true; _features.fillModeNonSolid = true;
_features.largePoints = true; _features.largePoints = true;
@ -531,7 +532,7 @@ void MVKPhysicalDevice::initFeatures() {
// VkBool32 independentBlend; // done // VkBool32 independentBlend; // done
// VkBool32 geometryShader; // VkBool32 geometryShader;
// VkBool32 tessellationShader; // VkBool32 tessellationShader;
// VkBool32 sampleRateShading; // VkBool32 sampleRateShading; // done
// VkBool32 dualSrcBlend; // done // VkBool32 dualSrcBlend; // done
// VkBool32 logicOp; // VkBool32 logicOp;
// VkBool32 multiDrawIndirect; // done // VkBool32 multiDrawIndirect; // done