Loading libs/renderengine/skia/SkiaVkRenderEngine.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -433,6 +433,10 @@ VulkanInterface initVulkanInterface(bool protectedContent = false) { // Looks like this would slow things down and we can't depend on it on all platforms interface.physicalDeviceFeatures2->features.robustBufferAccess = VK_FALSE; if (protectedContent && !interface.protectedMemoryFeatures->protectedMemory) { BAIL("Protected memory not supported"); } float queuePriorities[1] = {0.0f}; void* queueNextPtr = nullptr; Loading Loading
libs/renderengine/skia/SkiaVkRenderEngine.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -433,6 +433,10 @@ VulkanInterface initVulkanInterface(bool protectedContent = false) { // Looks like this would slow things down and we can't depend on it on all platforms interface.physicalDeviceFeatures2->features.robustBufferAccess = VK_FALSE; if (protectedContent && !interface.protectedMemoryFeatures->protectedMemory) { BAIL("Protected memory not supported"); } float queuePriorities[1] = {0.0f}; void* queueNextPtr = nullptr; Loading