We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b4101 commit bdbc97eCopy full SHA for bdbc97e
drivers/metal/rendering_context_driver_metal.mm
@@ -45,7 +45,7 @@ - (void)setShouldMaximizeConcurrentCompilation:(BOOL)v;
45
}
46
47
Error RenderingContextDriverMetal::initialize() {
48
- if (OS::get_singleton()->get_environment(U"METAL_DEVICE_WRAPPER_TYPE") == "1") {
+ if (OS::get_singleton()->get_environment("MTL_CAPTURE_ENABLED") == "1") {
49
capture_available = true;
50
51
0 commit comments