![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
CPU/GPU synchronization primitive. Created by Vireo.create_fence(). Signaled by the GPU after a submit; waited on by the CPU.
Lua full name: vireo.Fence
Public Member Functions | |
| nil | wait () |
| Blocks the calling CPU thread until the GPU signals this fence. More... | |
| nil | reset () |
| Resets the fence to the unsignaled state so it can be reused. More... | |
|
Blocks the calling CPU thread until the GPU signals this fence.
|
Resets the fence to the unsignaled state so it can be reused.