the issue was i was being dumb with condition variables, however some additional debugging is required
4 lines
281 B
Plaintext
4 lines
281 B
Plaintext
[ ] The main thread is constantly polling for changes in the render texture, consider using a notification mechanism instead. For example, you could use a callback function that the renderer registers with the render texture, which is called whenever the texture is updated.
|
|
[ ]
|
|
|