Files
inferno-hart/TODO
2023-10-20 22:49:51 +01:00

4 lines
281 B
Plaintext

[x] 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.
[ ]