Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering different videos at different frame rates in multiple windows #434

Open
ChenTianSky opened this issue Mar 1, 2024 · 0 comments

Comments

@ChenTianSky
Copy link

I use V1::OverlaySystem to render 2D images. I created two windows, but the OverlaySystem is a singleton, causing my two windows to render the same image.
My rendering process is to load two pictures into two temporary textures, and then render the temporary textures to RenderTexture, because text needs to be drawn on the temporary textures. After drawing the text, render the RenderTexture to the window.
At this time, my two windows display the same picture. It seems that it is caused by the same OverlaySystem when it is presented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant