[Bf-blender-cvs] [67b37967230] temp-vulkan-shader: Revert change to device restriction.

Jeroen Bakker noreply at git.blender.org
Fri Dec 2 12:26:27 CET 2022


Commit: 67b379672309155dd663e3442a0a7aade0ecac45
Author: Jeroen Bakker
Date:   Fri Dec 2 12:09:20 2022 +0100
Branches: temp-vulkan-shader
https://developer.blender.org/rB67b379672309155dd663e3442a0a7aade0ecac45

Revert change to device restriction.

===================================================================

M	intern/ghost/intern/GHOST_ContextVK.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_ContextVK.cpp b/intern/ghost/intern/GHOST_ContextVK.cpp
index ff41741f162..e446d9057a7 100644
--- a/intern/ghost/intern/GHOST_ContextVK.cpp
+++ b/intern/ghost/intern/GHOST_ContextVK.cpp
@@ -26,7 +26,7 @@
 
 /* Set to 0 to allow devices that do not have the required features.
  * This allows development on OSX until we really needs these features. */
-#define STRICT_REQUIREMENTS 0
+#define STRICT_REQUIREMENTS 1
 
 using namespace std;



More information about the Bf-blender-cvs mailing list