Vireo  0.0
Vireo 3D Rendering Hardware Interface
SemaphoreType Enum Referenceenum

Detailed Description

GPU synchronization semaphore type.

Lua full name: vireo.SemaphoreType

Constants

integer BINARY
 Binary semaphore — toggles between signaled and unsignaled.
 
integer TIMELINE
 Timeline semaphore — monotonically increasing 64-bit counter.
 

Enumerator Documentation

integer BINARY

Binary semaphore — toggles between signaled and unsignaled.

integer TIMELINE

Timeline semaphore — monotonically increasing 64-bit counter.