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.
2 parents db31324 + bdbc97e commit 6a9921eCopy full SHA for 6a9921e
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