Is there background rendering, not screen demo, API, and parallel processing possible at the same time? #29
-
Is there background rendering, not screen demo, API, and parallel processing possible at the same time? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
please elaborate! |
Beta Was this translation helpful? Give feedback.
-
For example, multiple scenes are rendered in the background at the same time, which is not presented on the screen, perhaps just the processed results or pictures, or others. |
Beta Was this translation helpful? Give feedback.
-
@ccworld1000 Sounds like you want to render separate scenes into their own MTLTexture? I'd reference this: |
Beta Was this translation helpful? Give feedback.
@ccworld1000 Sounds like you want to render separate scenes into their own MTLTexture? I'd reference this:
Satin/Source/PostProcessor/PostProcessor.swift
Line 47 in 95755d5