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 948ae5e commit a8ebc71Copy full SHA for a8ebc71
1 file changed
src/core/renderer_mtl/renderer_mtl.cpp
@@ -150,7 +150,7 @@ void RendererMTL::display() {
150
}
151
152
void RendererMTL::initGraphicsContext(void* window) {
153
- // On Qt and IOS, the frontend handles the MetalLayer
+ // On Qt and iOS, the frontend handles the Metal layer
154
#if defined(PANDA3DS_FRONTEND_QT) || defined(PANDA3DS_IOS)
155
device = MTL::CreateSystemDefaultDevice();
156
#else
0 commit comments