In the documentation for the RHI interface there are comments along the lines of:
- FlushType: Thread safe
- FlushType: Wait RHI Thread
- FlushType: Flush Immediate
What do these comments mean? And are they referring to something the RHI method is doing internally or something I must do before calling an RHI method?