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 14f0325 commit 3e35e65Copy full SHA for 3e35e65
Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift
@@ -193,7 +193,7 @@ class OpenGLRenderer: Renderer {
193
#endif
194
}
195
196
- final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
+ final class OpenGLSizeOnlyRenderTarget: @MainActor _RenderTargetProtocol {
197
var rootViewController: ViewController? = nil
198
var lastDrawnFrame: UInt = .max
199
var texture: Texture {
0 commit comments