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; _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
